google-apis-gkehub_v1beta 0.56.0 → 0.57.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: 494ff53cb73cb4ad5a1802e23b61ad920cde5d1cb557bed52b82a76f6ad8d3e9
4
- data.tar.gz: b663491fc974ab212969c984c54aa8c02338ff5918c672d5fe7ecb73c4d2a669
3
+ metadata.gz: 3c85c5dbbf9a9022fba074e556682dd7695a43a335ce39001bb90fd3f46c6583
4
+ data.tar.gz: 36776519bfb9c047b0a30c77be4f3d0331a04e16e637b3256d96fab687092e92
5
5
  SHA512:
6
- metadata.gz: d23a58f956838cf9a89c75f195353ef81b17c113271c377742a0fffc39306c7caaf9c3e2d7d486573d15b8a0762d482bf9c6f2a474a7e0b709a8e6a053fa5dbe
7
- data.tar.gz: 2915e0b416d184fbe92467b83cb7c0124c43dec5268f2187c334c96efe7d671762d890423f05d201e4536072b56581e6ad4bba62e685c21ce7a5418556c00b39
6
+ metadata.gz: b1d7d250c0fe89539b69848a0b3d1a773d89a80f2a1b561413916517241a4ad6f922e2a935e8a82191755a96efc09551810cb5fed0cdcb872dde0182422f26b1
7
+ data.tar.gz: d0f0e36902a602b73810ad29d1fc9dee36f55695945732910e18406f9db239c2b07042cc2f85bb4f1c0d8cf69497a7974023033d2e4d4462ba8b80afe1de299b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.57.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230914
6
+
3
7
  ### v0.56.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230901
@@ -344,6 +344,12 @@ module Google
344
344
  class CommonFleetDefaultMemberConfigSpec
345
345
  include Google::Apis::Core::Hashable
346
346
 
347
+ # **Anthos Config Management**: Configuration for a single cluster. Intended to
348
+ # parallel the ConfigManagement CR.
349
+ # Corresponds to the JSON property `configmanagement`
350
+ # @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec]
351
+ attr_accessor :configmanagement
352
+
347
353
  # **Anthos Identity Service**: Configuration for a single Membership.
348
354
  # Corresponds to the JSON property `identityservice`
349
355
  # @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec]
@@ -355,6 +361,7 @@ module Google
355
361
 
356
362
  # Update properties of this object
357
363
  def update!(**args)
364
+ @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
358
365
  @identityservice = args[:identityservice] if args.key?(:identityservice)
359
366
  end
360
367
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.57.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 = "20230901"
25
+ REVISION = "20230914"
26
26
  end
27
27
  end
28
28
  end
@@ -823,6 +823,8 @@ module Google
823
823
  class CommonFleetDefaultMemberConfigSpec
824
824
  # @private
825
825
  class Representation < Google::Apis::Core::JsonRepresentation
826
+ property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
827
+
826
828
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec::Representation
827
829
 
828
830
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.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-09-10 00:00:00.000000000 Z
11
+ date: 2023-09-24 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []