google-apis-gkehub_v1 0.54.0 → 0.56.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: 533e661344348117f3fa461d767519e8c4396ee6672f045594fcfc50df606970
4
- data.tar.gz: 8963160fb060d038c3cad24e6edbc72a907beef4e62fa731ca7600bbe6885209
3
+ metadata.gz: 5eee4b440c38b982a2fd9d047cfb06de7cc6bba1226f7a324a5bdf365703b48f
4
+ data.tar.gz: 8bb6601b7d99a8d6ef3cd190c75806286808955cfb278be07fd191ad29ff119f
5
5
  SHA512:
6
- metadata.gz: b270298b3048ba02f9d293f6fd0bef0f2f5400a1d45236e0f7ff641b04c7c3075ac31629ce8b1729b9da3021f1ec3ef06370c4b4ab99c0fcc758c64480aaf52f
7
- data.tar.gz: b3367243e70f8124744a7c15a3f0cc95ca35b22612d4437cc78b0f52c50eed30d35668314c24aade3e16639ff696ac7960b2347b4f14fad7cf20ad8066b281d6
6
+ metadata.gz: 27636f8f7bc1630fe218397ceb755eb95f2c7b8624ce87988ae61a1b497d86c849005fc5bbc3032d63d12f8a74e938735fa9087ca662649ae567abcf98cb27e1
7
+ data.tar.gz: 046afa502ed2909a1ccad4661e8ee666c83809a2789165f8d19d492dcf659b83ea632f3435ba9b0b2aa762208143812803e53d475c3275e56a6567155ca27abd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.56.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230901
6
+
7
+ ### v0.55.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230814
10
+
3
11
  ### v0.54.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230804
@@ -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
@@ -2115,11 +2115,6 @@ module Google
2115
2115
  # @return [String]
2116
2116
  attr_accessor :tenant
2117
2117
 
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
2118
  def initialize(**args)
2124
2119
  update!(**args)
2125
2120
  end
@@ -2131,7 +2126,6 @@ module Google
2131
2126
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2132
2127
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2133
2128
  @tenant = args[:tenant] if args.key?(:tenant)
2134
- @user_claim = args[:user_claim] if args.key?(:user_claim)
2135
2129
  end
2136
2130
  end
2137
2131
 
@@ -2840,13 +2834,6 @@ module Google
2840
2834
  # @return [String]
2841
2835
  attr_accessor :delete_time
2842
2836
 
2843
- # Whether the membershipbinding is Fleet-wide; true means that this Membership
2844
- # should be bound to all Namespaces in this entire Fleet.
2845
- # Corresponds to the JSON property `fleet`
2846
- # @return [Boolean]
2847
- attr_accessor :fleet
2848
- alias_method :fleet?, :fleet
2849
-
2850
2837
  # Optional. Labels for this MembershipBinding.
2851
2838
  # Corresponds to the JSON property `labels`
2852
2839
  # @return [Hash<String,String>]
@@ -2888,7 +2875,6 @@ module Google
2888
2875
  def update!(**args)
2889
2876
  @create_time = args[:create_time] if args.key?(:create_time)
2890
2877
  @delete_time = args[:delete_time] if args.key?(:delete_time)
2891
- @fleet = args[:fleet] if args.key?(:fleet)
2892
2878
  @labels = args[:labels] if args.key?(:labels)
2893
2879
  @name = args[:name] if args.key?(:name)
2894
2880
  @scope = args[:scope] if args.key?(:scope)
@@ -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.54.0"
19
+ GEM_VERSION = "0.56.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 = "20230804"
25
+ REVISION = "20230901"
26
26
  end
27
27
  end
28
28
  end
@@ -1289,7 +1289,6 @@ module Google
1289
1289
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1290
1290
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1291
1291
  property :tenant, as: 'tenant'
1292
- property :user_claim, as: 'userClaim'
1293
1292
  end
1294
1293
  end
1295
1294
 
@@ -1485,7 +1484,6 @@ module Google
1485
1484
  class Representation < Google::Apis::Core::JsonRepresentation
1486
1485
  property :create_time, as: 'createTime'
1487
1486
  property :delete_time, as: 'deleteTime'
1488
- property :fleet, as: 'fleet'
1489
1487
  hash :labels, as: 'labels'
1490
1488
  property :name, as: 'name'
1491
1489
  property :scope, as: 'scope'
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.54.0
4
+ version: 0.56.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-13 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.56.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for GKE Hub API V1