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: e02230f9897f9ccde9968f4f6494e9c8ab8d10c24ab78ad85659c501354dad90
4
- data.tar.gz: 29ed325701b30566917ff9a9eee39947e20014dd36ff4db824d3637edc825ea4
3
+ metadata.gz: a8cf556923584f367fcb008571289d10983fca91ffdbb87cd3a920867d5a389c
4
+ data.tar.gz: 65bb5658ec92096507d913e0aa3802a637a2c14582a911f7b26a5bbb548fe5a8
5
5
  SHA512:
6
- metadata.gz: 9ed4451790bdbacc495e7520e5f3f6ce604036fca2fbcaa9b16711bbad0913860141302d29a183f5332e13f2cf814c292547446a2d063f866a1eac030ebb59c6
7
- data.tar.gz: 8d31611abe1c2be4128e274bfc6cf119f20443d4141d6dadf83b4a2e25f918fc9891e5af968f1036d3afab0065985d6e85c4a2dc08269edfb878a4bc20e6243d
6
+ metadata.gz: 351eebc65a4d241d4933ba7c74e932594fcad49a05eb3c82b5e8cbba4eb730202970fd9f8cb8512127c62a6d18d41d138a471e416a2f487e6da92d355232eb82
7
+ data.tar.gz: 1fca76d119f27111b95ac534e19dffbf69c76f57201c3f816ec0f4b5ffa40b6b6e697c6df0612bad5e70e5a31299cbb1a21ffc1e293a908f9c6b7c217fbb86fb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.16.1"
24
+ VERSION = "0.16.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 the Kubernetes of this node.
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
- # https://cloud.google.com/requested-min-cpu-platform label selector on the
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.1
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-01-31 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common