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: 44f83c4af9fbaf48143a1b2bc90e47a352efb5ba19639c47eef0d36f91bd2e43
4
- data.tar.gz: fa389f4812ca97a534a877b071ed4da5fdbdded7b539fd00df4d10c06c09f6e8
3
+ metadata.gz: '0959cc485883fb9fe56b0f8fd2b64042f44d786255c8dbcbbd7b36c5e523ad61'
4
+ data.tar.gz: bb5371e5e47f509c73a1446cf6b87c90fffe976a6979d8c698268e91e3294082
5
5
  SHA512:
6
- metadata.gz: f1b9f34953139e108b4724dcdcf437a1e8f336e3b29470490028aba63e956efdae086d23c28f39d870ac487c0964709112a7e01ac35af734fd43384c70ec8266
7
- data.tar.gz: 9ec2557208f1fcd9b3e379a1fabcbf8d21e2a6dcba891fe3fbe9617c99e2fdc9d1f3b58c72e39abf9425ae2d55eb4c3254fa1828a5fc8fbcbaf8cc2d53504812
6
+ metadata.gz: 12dece4b9e8b46335f166a7e3b518ae1c891e5d1f762b3f8f02446ca68c681fed680cc98aa20e1373b3212c01b15f61a8f97146819d8041e6630c709b8e7a2b9
7
+ data.tar.gz: 93b807d037e4d24cd081cfe729e74bbad695cc3d67c1eea129ccec462ba34a8a17ae9234e9f5c356d1c5ed7fdc3f1e8853391406284ed91023391f78dece766f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.16.1"
24
+ VERSION = "0.16.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 the Kubernetes of this node.
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
- # https://cloud.google.com/requested-min-cpu-platform label selector on the
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.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