google-apis-gkehub_v1alpha 0.61.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: 4e8e7d87193cf31e594f03aefdde442a1fcfbd71a7689139b209f1e8184f5781
4
- data.tar.gz: 2f0f89951a9c2d3c14c6fffd77a2ab1210742e1c4d277ab39f7fa8f593a42c21
3
+ metadata.gz: ce1a004f6ccdbcbf6f675935dd74a5e716f586def3c3a88f9017e9790938f506
4
+ data.tar.gz: 894f879a6a5f14f871e093f0ceab14a2f1686c4562863d5f9c2b694835bf0d09
5
5
  SHA512:
6
- metadata.gz: c62a6dc87e994435efe690f170e34655d07208427fd77cb13527d124cc3538b0714d7ea161c69b01c6081cb91b8d0b5b9b206df1c6cdfd2beda9c9c7069c25d0
7
- data.tar.gz: d4fda29c48b2d7ef316d53869a857179937099f413b9e2a67462518a3a7c2af99dc74b023aec2a76476fcdb161ea83feea8c8575b079967846df58091385b3aa
6
+ metadata.gz: da2f9a75561b2e1b8d8d8ad1e766f05454c8fa058ce085bab03af726beca36724b7bb860c94ffef5f64a63ebddfcff38829eb91cf388f2b056cb2faf3e98e091
7
+ data.tar.gz: ce74109b30be4abf5745abfdcb20c7721821aaf53777e4e50b5bf5156187be2cc4a36bc9bc25b221ea3fc995092a298f0c080895f7624bea3a82fb48f6c26613
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.62.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230901
10
+
3
11
  ### v0.61.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230814
@@ -213,13 +213,13 @@ module Google
213
213
  attr_accessor :identity_provider
214
214
 
215
215
  # Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://
216
- # ` and be a valid URL with length <2000 characters. If set, then Google will
217
- # allow valid OIDC tokens from this issuer to authenticate within the
218
- # workload_identity_pool. OIDC discovery will be performed on this URI to
219
- # validate tokens from the issuer. Clearing `issuer` disables Workload Identity.
220
- # `issuer` cannot be directly modified; it must be cleared (and Workload
221
- # Identity disabled) before using a new issuer (and re-enabling Workload
222
- # Identity).
216
+ # ` and be a valid URL with length <2000 characters, it must use `location`
217
+ # rather than `zone` for GKE clusters. If set, then Google will allow valid OIDC
218
+ # tokens from this issuer to authenticate within the workload_identity_pool.
219
+ # OIDC discovery will be performed on this URI to validate tokens from the
220
+ # issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be
221
+ # directly modified; it must be cleared (and Workload Identity disabled) before
222
+ # using a new issuer (and re-enabling Workload Identity).
223
223
  # Corresponds to the JSON property `issuer`
224
224
  # @return [String]
225
225
  attr_accessor :issuer
@@ -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
@@ -2823,11 +2830,6 @@ module Google
2823
2830
  # @return [String]
2824
2831
  attr_accessor :tenant
2825
2832
 
2826
- # Optional. Claim in the AzureAD ID Token that holds the user details.
2827
- # Corresponds to the JSON property `userClaim`
2828
- # @return [String]
2829
- attr_accessor :user_claim
2830
-
2831
2833
  def initialize(**args)
2832
2834
  update!(**args)
2833
2835
  end
@@ -2839,7 +2841,6 @@ module Google
2839
2841
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2840
2842
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2841
2843
  @tenant = args[:tenant] if args.key?(:tenant)
2842
- @user_claim = args[:user_claim] if args.key?(:user_claim)
2843
2844
  end
2844
2845
  end
2845
2846
 
@@ -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.61.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 = "20230814"
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
@@ -1811,7 +1813,6 @@ module Google
1811
1813
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1812
1814
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1813
1815
  property :tenant, as: 'tenant'
1814
- property :user_claim, as: 'userClaim'
1815
1816
  end
1816
1817
  end
1817
1818
 
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.61.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-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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.61.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: []