google-cloud-container-v1beta1 0.16.1 → 0.16.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: '0959cc485883fb9fe56b0f8fd2b64042f44d786255c8dbcbbd7b36c5e523ad61'
|
|
4
|
+
data.tar.gz: bb5371e5e47f509c73a1446cf6b87c90fffe976a6979d8c698268e91e3294082
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12dece4b9e8b46335f166a7e3b518ae1c891e5d1f762b3f8f02446ca68c681fed680cc98aa20e1373b3212c01b15f61a8f97146819d8041e6630c709b8e7a2b9
|
|
7
|
+
data.tar.gz: 93b807d037e4d24cd081cfe729e74bbad695cc3d67c1eea129ccec462ba34a8a17ae9234e9f5c356d1c5ed7fdc3f1e8853391406284ed91023391f78dece766f
|
|
@@ -3106,7 +3106,9 @@ module Google
|
|
|
3106
3106
|
# [Output only] Server-defined URL for the resource.
|
|
3107
3107
|
# @!attribute [rw] version
|
|
3108
3108
|
# @return [::String]
|
|
3109
|
-
# The version of
|
|
3109
|
+
# The version of Kubernetes running on this NodePool's nodes. If unspecified,
|
|
3110
|
+
# it defaults as described
|
|
3111
|
+
# [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).
|
|
3110
3112
|
# @!attribute [rw] instance_group_urls
|
|
3111
3113
|
# @return [::Array<::String>]
|
|
3112
3114
|
# [Output only] The resource URLs of the [managed instance
|
|
@@ -3695,8 +3697,7 @@ module Google
|
|
|
3695
3697
|
# information, read [how to specify min CPU
|
|
3696
3698
|
# platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
|
|
3697
3699
|
# This field is deprecated, min_cpu_platform should be specified using
|
|
3698
|
-
#
|
|
3699
|
-
# pod.
|
|
3700
|
+
# `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
|
|
3700
3701
|
# To unset the min cpu platform field pass "automatic"
|
|
3701
3702
|
# as field value.
|
|
3702
3703
|
# @!attribute [rw] disk_size_gb
|
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.16.
|
|
4
|
+
version: 0.16.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: 2023-
|
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|