google-cloud-container-v1 0.16.0 → 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: 56f6df4f5eec19503c9ec33ef10e4daca3456135e0aabf3310c0eca181a898ea
4
- data.tar.gz: 23eb257a134508346ad6a6c5da274cfab88ffbf9c698d3c7b8105e2015146825
3
+ metadata.gz: a8cf556923584f367fcb008571289d10983fca91ffdbb87cd3a920867d5a389c
4
+ data.tar.gz: 65bb5658ec92096507d913e0aa3802a637a2c14582a911f7b26a5bbb548fe5a8
5
5
  SHA512:
6
- metadata.gz: c02828f3962b352b6fed423bd758965c0ac3995cac05b31eac7fde78fc2f23c28347623486f322d56327f7ac71798d2989a78d5816c89d3857c6172e4aeb58cd
7
- data.tar.gz: 4fd35fb06358ea640a5c777bf60ab1b0ef9373ee5453de4d35cd79042767a0f0880fb3699d76b10ff29a3338a24b2998d62dd263c9a4684072a777c93ed32dac
6
+ metadata.gz: 351eebc65a4d241d4933ba7c74e932594fcad49a05eb3c82b5e8cbba4eb730202970fd9f8cb8512127c62a6d18d41d138a471e416a2f487e6da92d355232eb82
7
+ data.tar.gz: 1fca76d119f27111b95ac534e19dffbf69c76f57201c3f816ec0f4b5ffa40b6b6e697c6df0612bad5e70e5a31299cbb1a21ffc1e293a908f9c6b7c217fbb86fb
@@ -683,7 +683,9 @@ module Google
683
683
  # - "1.X.Y-gke.N": picks an explicit Kubernetes version
684
684
  # - "-": picks the Kubernetes master version
685
685
  # @param image_type [::String]
686
- # Required. The desired image type for the node pool.
686
+ # Required. The desired image type for the node pool. Please see
687
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
688
+ # available image types.
687
689
  # @param name [::String]
688
690
  # The name (project, location, cluster, node pool) of the node pool to
689
691
  # update. Specified in the format
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.16.2"
25
25
  end
26
26
  end
27
27
  end
@@ -217,7 +217,9 @@ module Google
217
217
  # @!attribute [rw] image_type
218
218
  # @return [::String]
219
219
  # The image type to use for this node. Note that for a given image type,
220
- # the latest version of it will be used.
220
+ # the latest version of it will be used. Please see
221
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
222
+ # available image types.
221
223
  # @!attribute [rw] labels
222
224
  # @return [::Google::Protobuf::Map{::String => ::String}]
223
225
  # The map of Kubernetes labels (key/value pairs) to be applied to each node.
@@ -2017,7 +2019,9 @@ module Google
2017
2019
  # - "-": picks the Kubernetes master version
2018
2020
  # @!attribute [rw] image_type
2019
2021
  # @return [::String]
2020
- # Required. The desired image type for the node pool.
2022
+ # Required. The desired image type for the node pool. Please see
2023
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
2024
+ # available image types.
2021
2025
  # @!attribute [rw] name
2022
2026
  # @return [::String]
2023
2027
  # The name (project, location, cluster, node pool) of the node pool to
@@ -2739,7 +2743,9 @@ module Google
2739
2743
  # [Output only] Server-defined URL for the resource.
2740
2744
  # @!attribute [rw] version
2741
2745
  # @return [::String]
2742
- # 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).
2743
2749
  # @!attribute [rw] instance_group_urls
2744
2750
  # @return [::Array<::String>]
2745
2751
  # [Output only] The resource URLs of the [managed instance
@@ -3344,8 +3350,7 @@ module Google
3344
3350
  # information, read [how to specify min CPU
3345
3351
  # platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
3346
3352
  # This field is deprecated, min_cpu_platform should be specified using
3347
- # https://cloud.google.com/requested-min-cpu-platform label selector on the
3348
- # pod.
3353
+ # `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
3349
3354
  # To unset the min cpu platform field pass "automatic"
3350
3355
  # as field value.
3351
3356
  # @!attribute [rw] disk_size_gb
@@ -3373,7 +3378,9 @@ module Google
3373
3378
  # https://cloud.google.com/compute/docs/disks/customer-managed-encryption
3374
3379
  # @!attribute [rw] image_type
3375
3380
  # @return [::String]
3376
- # The image type to use for NAP created node.
3381
+ # The image type to use for NAP created node. Please see
3382
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
3383
+ # available image types.
3377
3384
  class AutoprovisioningNodePoolDefaults
3378
3385
  include ::Google::Protobuf::MessageExts
3379
3386
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -4659,7 +4666,8 @@ module Google
4659
4666
 
4660
4667
  # Strategy used for node pool update.
4661
4668
  module NodePoolUpdateStrategy
4662
- # Default value.
4669
+ # Default value if unset. GKE internally defaults the update strategy to
4670
+ # SURGE for unspecified strategies.
4663
4671
  NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED = 0
4664
4672
 
4665
4673
  # blue-green upgrade.
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.0
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-20 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