google-apis-gkehub_v1 0.53.0 → 0.55.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: bbf891926c8e5be05bab02793028c03eeaac8cc2e8182085a32f01dbcc4ab070
|
4
|
+
data.tar.gz: 42acf6b3b45a42e2501b2a34b0ed6ff2044477b2e169d25d9c542e88cf0e946d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42dc38a8399c5b515a4e1862b80234dc926f1339919656238c3dcea07bed25d0866577131fc964ca31dad7c746d9edf7b5be7bc1a0dce6c9a6fb6fb70cd098d9
|
7
|
+
data.tar.gz: 392c32c4040555dfd1548c4389032748b1576c1867db1d59a861859b086c58a081f702d46cd6ae10b9eaed006f6fadc65f36727c7bf34a22008fcf21394a1f96
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.55.0 (2023-08-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230814
|
6
|
+
|
7
|
+
### v0.54.0 (2023-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230804
|
10
|
+
|
3
11
|
### v0.53.0 (2023-08-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230728
|
@@ -2115,6 +2115,11 @@ 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
|
+
|
2118
2123
|
def initialize(**args)
|
2119
2124
|
update!(**args)
|
2120
2125
|
end
|
@@ -2126,6 +2131,7 @@ module Google
|
|
2126
2131
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
2127
2132
|
@kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
|
2128
2133
|
@tenant = args[:tenant] if args.key?(:tenant)
|
2134
|
+
@user_claim = args[:user_claim] if args.key?(:user_claim)
|
2129
2135
|
end
|
2130
2136
|
end
|
2131
2137
|
|
@@ -2834,13 +2840,6 @@ module Google
|
|
2834
2840
|
# @return [String]
|
2835
2841
|
attr_accessor :delete_time
|
2836
2842
|
|
2837
|
-
# Whether the membershipbinding is Fleet-wide; true means that this Membership
|
2838
|
-
# should be bound to all Namespaces in this entire Fleet.
|
2839
|
-
# Corresponds to the JSON property `fleet`
|
2840
|
-
# @return [Boolean]
|
2841
|
-
attr_accessor :fleet
|
2842
|
-
alias_method :fleet?, :fleet
|
2843
|
-
|
2844
2843
|
# Optional. Labels for this MembershipBinding.
|
2845
2844
|
# Corresponds to the JSON property `labels`
|
2846
2845
|
# @return [Hash<String,String>]
|
@@ -2882,7 +2881,6 @@ module Google
|
|
2882
2881
|
def update!(**args)
|
2883
2882
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2884
2883
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
2885
|
-
@fleet = args[:fleet] if args.key?(:fleet)
|
2886
2884
|
@labels = args[:labels] if args.key?(:labels)
|
2887
2885
|
@name = args[:name] if args.key?(:name)
|
2888
2886
|
@scope = args[:scope] if args.key?(:scope)
|
@@ -3375,13 +3373,13 @@ module Google
|
|
3375
3373
|
# @return [String]
|
3376
3374
|
attr_accessor :name
|
3377
3375
|
|
3378
|
-
# The normal response of the operation
|
3379
|
-
#
|
3380
|
-
#
|
3381
|
-
#
|
3382
|
-
#
|
3383
|
-
#
|
3384
|
-
#
|
3376
|
+
# The normal, successful response of the operation. If the original method
|
3377
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
3378
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
3379
|
+
# response should be the resource. For other methods, the response should have
|
3380
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
3381
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
3382
|
+
# `TakeSnapshotResponse`.
|
3385
3383
|
# Corresponds to the JSON property `response`
|
3386
3384
|
# @return [Hash<String,Object>]
|
3387
3385
|
attr_accessor :response
|
@@ -3489,22 +3487,22 @@ module Google
|
|
3489
3487
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3490
3488
|
# the request, the resource, or both. To learn which resources support
|
3491
3489
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3492
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3490
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3493
3491
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3494
3492
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3495
3493
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3496
3494
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3497
3495
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3498
3496
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3499
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3500
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3501
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3502
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3503
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3504
|
-
# access description: Does not grant access after Sep 2020
|
3505
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3506
|
-
# a description of IAM and its features, see the
|
3507
|
-
# cloud.google.com/iam/docs/).
|
3497
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3498
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3499
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3500
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3501
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3502
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3503
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3504
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3505
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3508
3506
|
class Policy
|
3509
3507
|
include Google::Apis::Core::Hashable
|
3510
3508
|
|
@@ -4029,22 +4027,22 @@ module Google
|
|
4029
4027
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
4030
4028
|
# the request, the resource, or both. To learn which resources support
|
4031
4029
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
4032
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
4030
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
4033
4031
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
4034
4032
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
4035
4033
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
4036
4034
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
4037
4035
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
4038
4036
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
4039
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
4040
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
4041
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
4042
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
4043
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
4044
|
-
# access description: Does not grant access after Sep 2020
|
4045
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
4046
|
-
# a description of IAM and its features, see the
|
4047
|
-
# cloud.google.com/iam/docs/).
|
4037
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
4038
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
4039
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
4040
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
4041
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
4042
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
4043
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
4044
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
4045
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
4048
4046
|
# Corresponds to the JSON property `policy`
|
4049
4047
|
# @return [Google::Apis::GkehubV1::Policy]
|
4050
4048
|
attr_accessor :policy
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.55.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 = "
|
25
|
+
REVISION = "20230814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1289,6 +1289,7 @@ 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'
|
1292
1293
|
end
|
1293
1294
|
end
|
1294
1295
|
|
@@ -1484,7 +1485,6 @@ module Google
|
|
1484
1485
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1485
1486
|
property :create_time, as: 'createTime'
|
1486
1487
|
property :delete_time, as: 'deleteTime'
|
1487
|
-
property :fleet, as: 'fleet'
|
1488
1488
|
hash :labels, as: 'labels'
|
1489
1489
|
property :name, as: 'name'
|
1490
1490
|
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.
|
4
|
+
version: 0.55.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-
|
11
|
+
date: 2023-08-27 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.55.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.
|
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
|