google-cloud-container-v1 0.16.0 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56f6df4f5eec19503c9ec33ef10e4daca3456135e0aabf3310c0eca181a898ea
4
- data.tar.gz: 23eb257a134508346ad6a6c5da274cfab88ffbf9c698d3c7b8105e2015146825
3
+ metadata.gz: e02230f9897f9ccde9968f4f6494e9c8ab8d10c24ab78ad85659c501354dad90
4
+ data.tar.gz: 29ed325701b30566917ff9a9eee39947e20014dd36ff4db824d3637edc825ea4
5
5
  SHA512:
6
- metadata.gz: c02828f3962b352b6fed423bd758965c0ac3995cac05b31eac7fde78fc2f23c28347623486f322d56327f7ac71798d2989a78d5816c89d3857c6172e4aeb58cd
7
- data.tar.gz: 4fd35fb06358ea640a5c777bf60ab1b0ef9373ee5453de4d35cd79042767a0f0880fb3699d76b10ff29a3338a24b2998d62dd263c9a4684072a777c93ed32dac
6
+ metadata.gz: 9ed4451790bdbacc495e7520e5f3f6ce604036fca2fbcaa9b16711bbad0913860141302d29a183f5332e13f2cf814c292547446a2d063f866a1eac030ebb59c6
7
+ data.tar.gz: 8d31611abe1c2be4128e274bfc6cf119f20443d4141d6dadf83b4a2e25f918fc9891e5af968f1036d3afab0065985d6e85c4a2dc08269edfb878a4bc20e6243d
@@ -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.1"
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
@@ -3373,7 +3377,9 @@ module Google
3373
3377
  # https://cloud.google.com/compute/docs/disks/customer-managed-encryption
3374
3378
  # @!attribute [rw] image_type
3375
3379
  # @return [::String]
3376
- # The image type to use for NAP created node.
3380
+ # The image type to use for NAP created node. Please see
3381
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
3382
+ # available image types.
3377
3383
  class AutoprovisioningNodePoolDefaults
3378
3384
  include ::Google::Protobuf::MessageExts
3379
3385
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -4659,7 +4665,8 @@ module Google
4659
4665
 
4660
4666
  # Strategy used for node pool update.
4661
4667
  module NodePoolUpdateStrategy
4662
- # Default value.
4668
+ # Default value if unset. GKE internally defaults the update strategy to
4669
+ # SURGE for unspecified strategies.
4663
4670
  NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED = 0
4664
4671
 
4665
4672
  # 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.1
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-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common