google-apis-gkehub_v1 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: bbf891926c8e5be05bab02793028c03eeaac8cc2e8182085a32f01dbcc4ab070
4
- data.tar.gz: 42acf6b3b45a42e2501b2a34b0ed6ff2044477b2e169d25d9c542e88cf0e946d
3
+ metadata.gz: 84a570c9201b2b9be3318693745a0ce794ae1966a7e76943f8ff08bde8525dd1
4
+ data.tar.gz: 5407b1cd3ca009fd97eca1edaa695b33745d680a1ff85681606a1bd96e1720b0
5
5
  SHA512:
6
- metadata.gz: 42dc38a8399c5b515a4e1862b80234dc926f1339919656238c3dcea07bed25d0866577131fc964ca31dad7c746d9edf7b5be7bc1a0dce6c9a6fb6fb70cd098d9
7
- data.tar.gz: 392c32c4040555dfd1548c4389032748b1576c1867db1d59a861859b086c58a081f702d46cd6ae10b9eaed006f6fadc65f36727c7bf34a22008fcf21394a1f96
6
+ metadata.gz: 7b6e7919c442f8ff91b85ae103cd20d41093f435b8051f03e296923bcb6c1fcf66eb2db4c26e863fd2167b18065457419a50688abd5461dc86bd210e6cfe620f
7
+ data.tar.gz: 28126121a571c8be5d1c7b5687548e1b1021269dcebd57909b8fae47a64223f0f95a5db6f1739c306a1bbd7b49987da72f71478822eca32e89c5f31565def9c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1
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
@@ -159,13 +159,13 @@ module Google
159
159
  attr_accessor :identity_provider
160
160
 
161
161
  # Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://
162
- # ` and be a valid URL with length <2000 characters. If set, then Google will
163
- # allow valid OIDC tokens from this issuer to authenticate within the
164
- # workload_identity_pool. OIDC discovery will be performed on this URI to
165
- # validate tokens from the issuer. Clearing `issuer` disables Workload Identity.
166
- # `issuer` cannot be directly modified; it must be cleared (and Workload
167
- # Identity disabled) before using a new issuer (and re-enabling Workload
168
- # Identity).
162
+ # ` and be a valid URL with length <2000 characters, it must use `location`
163
+ # rather than `zone` for GKE clusters. If set, then Google will allow valid OIDC
164
+ # tokens from this issuer to authenticate within the workload_identity_pool.
165
+ # OIDC discovery will be performed on this URI to validate tokens from the
166
+ # issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be
167
+ # directly modified; it must be cleared (and Workload Identity disabled) before
168
+ # using a new issuer (and re-enabling Workload Identity).
169
169
  # Corresponds to the JSON property `issuer`
170
170
  # @return [String]
171
171
  attr_accessor :issuer
@@ -359,12 +359,19 @@ module Google
359
359
  class CommonFleetDefaultMemberConfigSpec
360
360
  include Google::Apis::Core::Hashable
361
361
 
362
+ # **Anthos Config Management**: Configuration for a single cluster. Intended to
363
+ # parallel the ConfigManagement CR.
364
+ # Corresponds to the JSON property `configmanagement`
365
+ # @return [Google::Apis::GkehubV1::ConfigManagementMembershipSpec]
366
+ attr_accessor :configmanagement
367
+
362
368
  def initialize(**args)
363
369
  update!(**args)
364
370
  end
365
371
 
366
372
  # Update properties of this object
367
373
  def update!(**args)
374
+ @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
368
375
  end
369
376
  end
370
377
 
@@ -2115,11 +2122,6 @@ module Google
2115
2122
  # @return [String]
2116
2123
  attr_accessor :tenant
2117
2124
 
2118
- # Optional. Claim in the AzureAD ID Token that holds the user details.
2119
- # Corresponds to the JSON property `userClaim`
2120
- # @return [String]
2121
- attr_accessor :user_claim
2122
-
2123
2125
  def initialize(**args)
2124
2126
  update!(**args)
2125
2127
  end
@@ -2131,7 +2133,6 @@ module Google
2131
2133
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2132
2134
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2133
2135
  @tenant = args[:tenant] if args.key?(:tenant)
2134
- @user_claim = args[:user_claim] if args.key?(:user_claim)
2135
2136
  end
2136
2137
  end
2137
2138
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 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
@@ -785,6 +785,8 @@ module Google
785
785
  class CommonFleetDefaultMemberConfigSpec
786
786
  # @private
787
787
  class Representation < Google::Apis::Core::JsonRepresentation
788
+ property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
789
+
788
790
  end
789
791
  end
790
792
 
@@ -1289,7 +1291,6 @@ module Google
1289
1291
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1290
1292
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1291
1293
  property :tenant, as: 'tenant'
1292
- property :user_claim, as: 'userClaim'
1293
1294
  end
1294
1295
  end
1295
1296
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []