google-apis-gkehub_v1alpha 0.58.0 → 0.59.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: 99d1c0726ea8519773f90b1d69e57b23d8cf42eb8bde62fc24bf118d6138692a
|
4
|
+
data.tar.gz: 6a6589bd69d04c0177ff9bf40d1041f0eabc21c6df3bcb30503b11ed923b8b20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2fd27a21c3c4050109bea548e0225025bdc09b5a780cbb838a54579164ecb5778ebed8779d744b04bd7be5f679e9df185ee4fa897bb4b9ed8139eaf66c7e3cd
|
7
|
+
data.tar.gz: 26dcc629ed2b36afccb03f366b8a638d97c8b4b2cc69762eae4e811bd3af507fd20baff672c6c663c1f95dd1459571812ba05e8ea1a14b7f308b71ff41032bb6
|
data/CHANGELOG.md
CHANGED
@@ -994,7 +994,7 @@ module Google
|
|
994
994
|
# Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is
|
995
995
|
# enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.
|
996
996
|
# metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the
|
997
|
-
# namespace `config-management-monitoring` should be
|
997
|
+
# namespace `config-management-monitoring` should be bound to the GSA. This
|
998
998
|
# field is required when automatic Feature management is enabled.
|
999
999
|
# Corresponds to the JSON property `metricsGcpServiceAccountEmail`
|
1000
1000
|
# @return [String]
|
@@ -2769,11 +2769,6 @@ module Google
|
|
2769
2769
|
# @return [String]
|
2770
2770
|
attr_accessor :tenant
|
2771
2771
|
|
2772
|
-
# Optional. Claim in the AzureAD ID Token that holds the user details.
|
2773
|
-
# Corresponds to the JSON property `userClaim`
|
2774
|
-
# @return [String]
|
2775
|
-
attr_accessor :user_claim
|
2776
|
-
|
2777
2772
|
def initialize(**args)
|
2778
2773
|
update!(**args)
|
2779
2774
|
end
|
@@ -2785,7 +2780,6 @@ module Google
|
|
2785
2780
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
2786
2781
|
@kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
|
2787
2782
|
@tenant = args[:tenant] if args.key?(:tenant)
|
2788
|
-
@user_claim = args[:user_claim] if args.key?(:user_claim)
|
2789
2783
|
end
|
2790
2784
|
end
|
2791
2785
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.59.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 = "20230720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1779,7 +1779,6 @@ module Google
|
|
1779
1779
|
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1780
1780
|
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
1781
1781
|
property :tenant, as: 'tenant'
|
1782
|
-
property :user_claim, as: 'userClaim'
|
1783
1782
|
end
|
1784
1783
|
end
|
1785
1784
|
|
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.
|
4
|
+
version: 0.59.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-
|
11
|
+
date: 2023-08-06 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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.59.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: []
|