google-apis-gkehub_v1beta 0.55.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: c3f1249b56105a0d0cd04a5fa28a67c36b974a6150af3aee7e36e6fe0d5f2ee0
4
- data.tar.gz: c0c0d592e0b6d13336595ea6f015ba73ad1c3283f229263949a25682ba3fe33c
3
+ metadata.gz: 3c85c5dbbf9a9022fba074e556682dd7695a43a335ce39001bb90fd3f46c6583
4
+ data.tar.gz: 36776519bfb9c047b0a30c77be4f3d0331a04e16e637b3256d96fab687092e92
5
5
  SHA512:
6
- metadata.gz: 6e0a9ec5436813518be7378bd3136cead4b898893858178e3074462a718f0e38b98d6d837851c25aeadf4ab3b654f50d8ba8d41880786da5886fee4e728628ac
7
- data.tar.gz: '0994281c762918915e0b0adc4ad4836370517ea06174b2a38002d4e8f2390d35420b2a171c8e45214eca320f23076b5f1a9dfec7cdf40cc7724a130f9084b43f'
6
+ metadata.gz: b1d7d250c0fe89539b69848a0b3d1a773d89a80f2a1b561413916517241a4ad6f922e2a935e8a82191755a96efc09551810cb5fed0cdcb872dde0182422f26b1
7
+ data.tar.gz: d0f0e36902a602b73810ad29d1fc9dee36f55695945732910e18406f9db239c2b07042cc2f85bb4f1c0d8cf69497a7974023033d2e4d4462ba8b80afe1de299b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.56.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230901
10
+
3
11
  ### v0.55.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230814
@@ -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
@@ -2103,11 +2110,6 @@ module Google
2103
2110
  # @return [String]
2104
2111
  attr_accessor :tenant
2105
2112
 
2106
- # Optional. Claim in the AzureAD ID Token that holds the user details.
2107
- # Corresponds to the JSON property `userClaim`
2108
- # @return [String]
2109
- attr_accessor :user_claim
2110
-
2111
2113
  def initialize(**args)
2112
2114
  update!(**args)
2113
2115
  end
@@ -2119,7 +2121,6 @@ module Google
2119
2121
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2120
2122
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2121
2123
  @tenant = args[:tenant] if args.key?(:tenant)
2122
- @user_claim = args[:user_claim] if args.key?(:user_claim)
2123
2124
  end
2124
2125
  end
2125
2126
 
@@ -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.55.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 = "20230814"
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
@@ -1331,7 +1333,6 @@ module Google
1331
1333
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1332
1334
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1333
1335
  property :tenant, as: 'tenant'
1334
- property :user_claim, as: 'userClaim'
1335
1336
  end
1336
1337
  end
1337
1338
 
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.55.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-08-27 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.55.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: []