google-cloud-container-v1beta1 0.34.1 → 0.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82f3f2f8024c6e89cedbd2144c7958f5731a03b0a4ae33a3f3346a65bb61f06e
|
|
4
|
+
data.tar.gz: eb1be0ba0da124e1e330eadc5dc0303ddb1ad421d553eb0a92fdd3fc3a433cdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cc7a661c414a4566878dcf841f23150fdebcddcbcaf9d9bcd3af5d4d96f297848729d6264713dbec78c76177e7adfd2b1df717e942f795e791609ab5a075eff
|
|
7
|
+
data.tar.gz: 4ad26d6a47f2cd9301857e14fa0910ee381bdac43a6b7012e32fd14c7e21d6d40dfe6a472ca15e2f6fac55e0954d3c4c46d01912e1c00e9eee53ac42930e0907
|
|
@@ -2090,8 +2090,6 @@ module Google
|
|
|
2090
2090
|
##
|
|
2091
2091
|
# Gets the public component of the cluster signing keys in
|
|
2092
2092
|
# JSON Web Key format.
|
|
2093
|
-
# This API is not yet intended for general use, and is not available for all
|
|
2094
|
-
# clusters.
|
|
2095
2093
|
#
|
|
2096
2094
|
# @overload get_json_web_keys(request, options = nil)
|
|
2097
2095
|
# Pass arguments to `get_json_web_keys` via a request object, either of type
|
|
@@ -96,8 +96,6 @@ module Google
|
|
|
96
96
|
rpc :GetServerConfig, ::Google::Cloud::Container::V1beta1::GetServerConfigRequest, ::Google::Cloud::Container::V1beta1::ServerConfig
|
|
97
97
|
# Gets the public component of the cluster signing keys in
|
|
98
98
|
# JSON Web Key format.
|
|
99
|
-
# This API is not yet intended for general use, and is not available for all
|
|
100
|
-
# clusters.
|
|
101
99
|
rpc :GetJSONWebKeys, ::Google::Cloud::Container::V1beta1::GetJSONWebKeysRequest, ::Google::Cloud::Container::V1beta1::GetJSONWebKeysResponse
|
|
102
100
|
# Lists the node pools for a cluster.
|
|
103
101
|
rpc :ListNodePools, ::Google::Cloud::Container::V1beta1::ListNodePoolsRequest, ::Google::Cloud::Container::V1beta1::ListNodePoolsResponse
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-container-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.34.
|
|
4
|
+
version: 0.34.2
|
|
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-01-
|
|
11
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|