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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e02230f9897f9ccde9968f4f6494e9c8ab8d10c24ab78ad85659c501354dad90
|
4
|
+
data.tar.gz: 29ed325701b30566917ff9a9eee39947e20014dd36ff4db824d3637edc825ea4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
@@ -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.
|
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-
|
11
|
+
date: 2023-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|