google-apis-gkehub_v1alpha 0.62.0 → 0.63.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: 829388639b4783e2841b2a90f59d569a4c9a041f0149ef6f7763210b69a2391d
4
- data.tar.gz: 9c5268b5595e2ba41a2b2f71bf6e1b5c1aee8de91437585440634a679f9d3957
3
+ metadata.gz: ce1a004f6ccdbcbf6f675935dd74a5e716f586def3c3a88f9017e9790938f506
4
+ data.tar.gz: 894f879a6a5f14f871e093f0ceab14a2f1686c4562863d5f9c2b694835bf0d09
5
5
  SHA512:
6
- metadata.gz: 7fc71c1fbc901bde28fbaed44ead91dde61551715a7fd52e45633b2abf67959c50b6e63937af9f28bedc9d4a18948b78af713ca6316fb8168add389f59cab08d
7
- data.tar.gz: 6e6a57c33095af19dd6d0a7a9620a059c90e81f086189ea08bed3b30951a0f817e2caa3de4c24b423b1610cc7e1afb27aadd7c2c5d2708a1f79b0ecf9edcacf4
6
+ metadata.gz: da2f9a75561b2e1b8d8d8ad1e766f05454c8fa058ce085bab03af726beca36724b7bb860c94ffef5f64a63ebddfcff38829eb91cf388f2b056cb2faf3e98e091
7
+ data.tar.gz: ce74109b30be4abf5745abfdcb20c7721821aaf53777e4e50b5bf5156187be2cc4a36bc9bc25b221ea3fc995092a298f0c080895f7624bea3a82fb48f6c26613
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.63.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230914
6
+
3
7
  ### v0.62.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230901
@@ -939,6 +939,12 @@ module Google
939
939
  class CommonFleetDefaultMemberConfigSpec
940
940
  include Google::Apis::Core::Hashable
941
941
 
942
+ # **Anthos Config Management**: Configuration for a single cluster. Intended to
943
+ # parallel the ConfigManagement CR.
944
+ # Corresponds to the JSON property `configmanagement`
945
+ # @return [Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec]
946
+ attr_accessor :configmanagement
947
+
942
948
  # **Anthos Identity Service**: Configuration for a single Membership.
943
949
  # Corresponds to the JSON property `identityservice`
944
950
  # @return [Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec]
@@ -950,6 +956,7 @@ module Google
950
956
 
951
957
  # Update properties of this object
952
958
  def update!(**args)
959
+ @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
953
960
  @identityservice = args[:identityservice] if args.key?(:identityservice)
954
961
  end
955
962
  end
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.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
@@ -1262,6 +1262,8 @@ module Google
1262
1262
  class CommonFleetDefaultMemberConfigSpec
1263
1263
  # @private
1264
1264
  class Representation < Google::Apis::Core::JsonRepresentation
1265
+ property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
1266
+
1265
1267
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
1266
1268
 
1267
1269
  end
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.62.0
4
+ version: 0.63.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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.63.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: []