google-cloud-container-v1beta1 0.16.0 → 0.16.1

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: 930af6c764f95b8c654c9910dd91d9d35ee434d41b7cda8a2308acd0889c41bf
4
- data.tar.gz: ad573cb545d9e6569a1b7b2ab0a031a7c522e7aff118835cbd253236bbeecc07
3
+ metadata.gz: 44f83c4af9fbaf48143a1b2bc90e47a352efb5ba19639c47eef0d36f91bd2e43
4
+ data.tar.gz: fa389f4812ca97a534a877b071ed4da5fdbdded7b539fd00df4d10c06c09f6e8
5
5
  SHA512:
6
- metadata.gz: 3b5bc5b9e5911c14a6ffd3ca3e8ef0ac07f96eaeaeb2508b121c7114a78d53a27041d98f0e56eb10858a5d6948158077b94852edf89d420d8c1a49143f951fd2
7
- data.tar.gz: de05f4081544af55b3853290adfb9442bd2a04ad6a077e2c183aaefc74140ccc8b2ca56e0b88362c6cb869a833f0b2dff299e105d249554bfccaa9532b891f8f
6
+ metadata.gz: f1b9f34953139e108b4724dcdcf437a1e8f336e3b29470490028aba63e956efdae086d23c28f39d870ac487c0964709112a7e01ac35af734fd43384c70ec8266
7
+ data.tar.gz: 9ec2557208f1fcd9b3e379a1fabcbf8d21e2a6dcba891fe3fbe9617c99e2fdc9d1f3b58c72e39abf9425ae2d55eb4c3254fa1828a5fc8fbcbaf8cc2d53504812
@@ -693,7 +693,9 @@ module Google
693
693
  # - "1.X.Y-gke.N": picks an explicit Kubernetes version
694
694
  # - "-": picks the Kubernetes master version
695
695
  # @param image_type [::String]
696
- # Required. The desired image type for the node pool.
696
+ # Required. The desired image type for the node pool. Please see
697
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
698
+ # available image types.
697
699
  # @param locations [::Array<::String>]
698
700
  # The desired list of Google Compute Engine
699
701
  # [zones](https://cloud.google.com/compute/docs/zones#available) in which the
@@ -1166,8 +1168,8 @@ module Google
1166
1168
  # Required. Deprecated. The name of the cluster to upgrade.
1167
1169
  # This field has been deprecated and replaced by the name field.
1168
1170
  # @param addons_config [::Google::Cloud::Container::V1beta1::AddonsConfig, ::Hash]
1169
- # Required. The desired configurations for the various addons available to run in the
1170
- # cluster.
1171
+ # Required. The desired configurations for the various addons available to
1172
+ # run in the cluster.
1171
1173
  # @param name [::String]
1172
1174
  # The name (project, location, cluster) of the cluster to set addons.
1173
1175
  # Specified in the format `projects/*/locations/*/clusters/*`.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.16.1"
25
25
  end
26
26
  end
27
27
  end
@@ -218,7 +218,9 @@ module Google
218
218
  # @!attribute [rw] image_type
219
219
  # @return [::String]
220
220
  # The image type to use for this node. Note that for a given image type,
221
- # the latest version of it will be used.
221
+ # the latest version of it will be used. Please see
222
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
223
+ # available image types.
222
224
  # @!attribute [rw] labels
223
225
  # @return [::Google::Protobuf::Map{::String => ::String}]
224
226
  # The map of Kubernetes labels (key/value pairs) to be applied to each node.
@@ -1201,7 +1203,8 @@ module Google
1201
1203
  # The ipv6 access type (internal or external) when create_subnetwork is true
1202
1204
  # @!attribute [r] subnet_ipv6_cidr_block
1203
1205
  # @return [::String]
1204
- # Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
1206
+ # Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and
1207
+ # pods.
1205
1208
  # @!attribute [r] services_ipv6_cidr_block
1206
1209
  # @return [::String]
1207
1210
  # Output only. [Output only] The services IPv6 CIDR block for the cluster.
@@ -2303,7 +2306,9 @@ module Google
2303
2306
  # - "-": picks the Kubernetes master version
2304
2307
  # @!attribute [rw] image_type
2305
2308
  # @return [::String]
2306
- # Required. The desired image type for the node pool.
2309
+ # Required. The desired image type for the node pool. Please see
2310
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
2311
+ # available image types.
2307
2312
  # @!attribute [rw] locations
2308
2313
  # @return [::Array<::String>]
2309
2314
  # The desired list of Google Compute Engine
@@ -2506,8 +2511,8 @@ module Google
2506
2511
  # This field has been deprecated and replaced by the name field.
2507
2512
  # @!attribute [rw] addons_config
2508
2513
  # @return [::Google::Cloud::Container::V1beta1::AddonsConfig]
2509
- # Required. The desired configurations for the various addons available to run in the
2510
- # cluster.
2514
+ # Required. The desired configurations for the various addons available to
2515
+ # run in the cluster.
2511
2516
  # @!attribute [rw] name
2512
2517
  # @return [::String]
2513
2518
  # The name (project, location, cluster) of the cluster to set addons.
@@ -3142,8 +3147,8 @@ module Google
3142
3147
  # Specifies the node placement policy.
3143
3148
  # @!attribute [r] update_info
3144
3149
  # @return [::Google::Cloud::Container::V1beta1::NodePool::UpdateInfo]
3145
- # Output only. [Output only] Update info contains relevant information during a node
3146
- # pool update.
3150
+ # Output only. [Output only] Update info contains relevant information during
3151
+ # a node pool update.
3147
3152
  # @!attribute [rw] etag
3148
3153
  # @return [::String]
3149
3154
  # This checksum is computed by the server based on the value of node pool
@@ -3719,7 +3724,9 @@ module Google
3719
3724
  # https://cloud.google.com/compute/docs/disks/customer-managed-encryption
3720
3725
  # @!attribute [rw] image_type
3721
3726
  # @return [::String]
3722
- # The image type to use for NAP created node.
3727
+ # The image type to use for NAP created node. Please see
3728
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
3729
+ # available image types.
3723
3730
  class AutoprovisioningNodePoolDefaults
3724
3731
  include ::Google::Protobuf::MessageExts
3725
3732
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5112,7 +5119,8 @@ module Google
5112
5119
 
5113
5120
  # Strategy used for node pool update.
5114
5121
  module NodePoolUpdateStrategy
5115
- # Default value.
5122
+ # Default value if unset. GKE internally defaults the update strategy to
5123
+ # SURGE for unspecified strategies.
5116
5124
  NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED = 0
5117
5125
 
5118
5126
  # blue-green upgrade.
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.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-11 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