google-apis-gkehub_v1alpha 0.65.0 → 0.66.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 255081cc076b36cf0164168d8ff92d3ad653ae3814099c917650b8997546adf8
4
- data.tar.gz: 0f298c4de352277205a09525fb0c1ac7564fc4ff071d8304adddbc9833393e16
3
+ metadata.gz: aff448f8d727c6bec63c66214fcc5048fac3e04852421248fc6c1d8199766ad5
4
+ data.tar.gz: a023d464b625d514dbfab31656c87234c2279112f880b63b31f46f6230fdc29d
5
5
  SHA512:
6
- metadata.gz: 570b66a444047f7a6b4c8133959642e13f7b6d9a0cf2712c279b7232cfc46401b2eeed2b702f4486f49ba62ab402d00c7bce14f5eeff846b0b32b92e6de87f5f
7
- data.tar.gz: 915595f578c6de68554da0d97f4b7e16755372b0f8b7d1db178d1a897b6f0362fb04696952c3e5ad31ffb1d73a1a51e060024e1cee490478c4dfea74acc4ff45
6
+ metadata.gz: 02f334516966a6f8865070611f1c48118c89efaf28e60b07aca974e23c0c75f7e579fc474eeed7f56545e3c40ceec7c3371fac01218309d7795f077202c78cf9
7
+ data.tar.gz: 9c56ce7b241364f24ea531f17a4c2e8e20e9bf9c5f989f6b75d294f2c0a3acf671bcc85dcdfb6114b0aca86587d4df47559278a85b1d3140ff0b06ce9a1c0147
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.66.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231013
6
+
3
7
  ### v0.65.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20231006
@@ -950,6 +950,12 @@ module Google
950
950
  # @return [Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec]
951
951
  attr_accessor :identityservice
952
952
 
953
+ # **Policy Controller**: Configuration for a single cluster. Intended to
954
+ # parallel the PolicyController CR.
955
+ # Corresponds to the JSON property `policycontroller`
956
+ # @return [Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec]
957
+ attr_accessor :policycontroller
958
+
953
959
  def initialize(**args)
954
960
  update!(**args)
955
961
  end
@@ -958,6 +964,7 @@ module Google
958
964
  def update!(**args)
959
965
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
960
966
  @identityservice = args[:identityservice] if args.key?(:identityservice)
967
+ @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
961
968
  end
962
969
  end
963
970
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231006"
25
+ REVISION = "20231013"
26
26
  end
27
27
  end
28
28
  end
@@ -1266,6 +1266,8 @@ module Google
1266
1266
 
1267
1267
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
1268
1268
 
1269
+ property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec, decorator: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec::Representation
1270
+
1269
1271
  end
1270
1272
  end
1271
1273
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-15 00:00:00.000000000 Z
11
+ date: 2023-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []