google-apis-gkehub_v1beta1 0.39.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b3f4cb253aa8c31a54a7fae08212eb4c6b80ed6d33e92d4e56f2ceb08fb1b75
|
4
|
+
data.tar.gz: dc45581847f8cbeb59b99cc8c37c9595a5fe7c6896e24d1f1cf35e22290d0993
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e789185ae3dc5a4bd703574a47c02144299783b9110484c052a4a88634c603e7d9d848c4400a50a4296d0e987127efb3efad356b17b986f01d35e6402ebd5473
|
7
|
+
data.tar.gz: 4c0a60dde63d56202ae605b0aa383e185a38597ee0f6c2d7dec1f125fb6009db017cef5c7e4d98a475c021674a645b051bb61b627c43db42bdeebe56f4fa840c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta1
|
2
2
|
|
3
|
+
### v0.41.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241108
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.40.0 (2024-05-19)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.39.0 (2024-02-23)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.14.0
|
@@ -146,6 +146,18 @@ module Google
|
|
146
146
|
# @return [String]
|
147
147
|
attr_accessor :oidc_jwks
|
148
148
|
|
149
|
+
# Optional. Output only. The identity provider for the scope-tenancy workload
|
150
|
+
# identity pool.
|
151
|
+
# Corresponds to the JSON property `scopeTenancyIdentityProvider`
|
152
|
+
# @return [String]
|
153
|
+
attr_accessor :scope_tenancy_identity_provider
|
154
|
+
|
155
|
+
# Optional. Output only. The name of the scope-tenancy workload identity pool.
|
156
|
+
# This pool is set in the fleet-level feature.
|
157
|
+
# Corresponds to the JSON property `scopeTenancyWorkloadIdentityPool`
|
158
|
+
# @return [String]
|
159
|
+
attr_accessor :scope_tenancy_workload_identity_pool
|
160
|
+
|
149
161
|
# Output only. The name of the workload identity pool in which `issuer` will be
|
150
162
|
# recognized. There is a single Workload Identity Pool per Hub that is shared
|
151
163
|
# between all Memberships that belong to that Hub. For a Hub hosted in `
|
@@ -164,6 +176,8 @@ module Google
|
|
164
176
|
@identity_provider = args[:identity_provider] if args.key?(:identity_provider)
|
165
177
|
@issuer = args[:issuer] if args.key?(:issuer)
|
166
178
|
@oidc_jwks = args[:oidc_jwks] if args.key?(:oidc_jwks)
|
179
|
+
@scope_tenancy_identity_provider = args[:scope_tenancy_identity_provider] if args.key?(:scope_tenancy_identity_provider)
|
180
|
+
@scope_tenancy_workload_identity_pool = args[:scope_tenancy_workload_identity_pool] if args.key?(:scope_tenancy_workload_identity_pool)
|
167
181
|
@workload_identity_pool = args[:workload_identity_pool] if args.key?(:workload_identity_pool)
|
168
182
|
end
|
169
183
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta1
|
18
18
|
# Version of the google-apis-gkehub_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241108"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,6 +268,8 @@ module Google
|
|
268
268
|
property :identity_provider, as: 'identityProvider'
|
269
269
|
property :issuer, as: 'issuer'
|
270
270
|
property :oidc_jwks, :base64 => true, as: 'oidcJwks'
|
271
|
+
property :scope_tenancy_identity_provider, as: 'scopeTenancyIdentityProvider'
|
272
|
+
property :scope_tenancy_workload_identity_pool, as: 'scopeTenancyWorkloadIdentityPool'
|
271
273
|
property :workload_identity_pool, as: 'workloadIdentityPool'
|
272
274
|
end
|
273
275
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.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: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
|
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.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for GKE Hub API V1beta1
|