google-cloud-container-v1 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: a8cf556923584f367fcb008571289d10983fca91ffdbb87cd3a920867d5a389c
|
|
4
|
+
data.tar.gz: 65bb5658ec92096507d913e0aa3802a637a2c14582a911f7b26a5bbb548fe5a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 351eebc65a4d241d4933ba7c74e932594fcad49a05eb3c82b5e8cbba4eb730202970fd9f8cb8512127c62a6d18d41d138a471e416a2f487e6da92d355232eb82
|
|
7
|
+
data.tar.gz: 1fca76d119f27111b95ac534e19dffbf69c76f57201c3f816ec0f4b5ffa40b6b6e697c6df0612bad5e70e5a31299cbb1a21ffc1e293a908f9c6b7c217fbb86fb
|
|
@@ -2743,7 +2743,9 @@ module Google
|
|
|
2743
2743
|
# [Output only] Server-defined URL for the resource.
|
|
2744
2744
|
# @!attribute [rw] version
|
|
2745
2745
|
# @return [::String]
|
|
2746
|
-
# The version of
|
|
2746
|
+
# The version of Kubernetes running on this NodePool's nodes. If unspecified,
|
|
2747
|
+
# it defaults as described
|
|
2748
|
+
# [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).
|
|
2747
2749
|
# @!attribute [rw] instance_group_urls
|
|
2748
2750
|
# @return [::Array<::String>]
|
|
2749
2751
|
# [Output only] The resource URLs of the [managed instance
|
|
@@ -3348,8 +3350,7 @@ module Google
|
|
|
3348
3350
|
# information, read [how to specify min CPU
|
|
3349
3351
|
# platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
|
|
3350
3352
|
# This field is deprecated, min_cpu_platform should be specified using
|
|
3351
|
-
#
|
|
3352
|
-
# pod.
|
|
3353
|
+
# `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
|
|
3353
3354
|
# To unset the min cpu platform field pass "automatic"
|
|
3354
3355
|
# as field value.
|
|
3355
3356
|
# @!attribute [rw] disk_size_gb
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-container-v1
|
|
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
|