google-cloud-container-v1beta1 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: 930af6c764f95b8c654c9910dd91d9d35ee434d41b7cda8a2308acd0889c41bf
4
- data.tar.gz: ad573cb545d9e6569a1b7b2ab0a031a7c522e7aff118835cbd253236bbeecc07
3
+ metadata.gz: '0959cc485883fb9fe56b0f8fd2b64042f44d786255c8dbcbbd7b36c5e523ad61'
4
+ data.tar.gz: bb5371e5e47f509c73a1446cf6b87c90fffe976a6979d8c698268e91e3294082
5
5
  SHA512:
6
- metadata.gz: 3b5bc5b9e5911c14a6ffd3ca3e8ef0ac07f96eaeaeb2508b121c7114a78d53a27041d98f0e56eb10858a5d6948158077b94852edf89d420d8c1a49143f951fd2
7
- data.tar.gz: de05f4081544af55b3853290adfb9442bd2a04ad6a077e2c183aaefc74140ccc8b2ca56e0b88362c6cb869a833f0b2dff299e105d249554bfccaa9532b891f8f
6
+ metadata.gz: 12dece4b9e8b46335f166a7e3b518ae1c891e5d1f762b3f8f02446ca68c681fed680cc98aa20e1373b3212c01b15f61a8f97146819d8041e6630c709b8e7a2b9
7
+ data.tar.gz: 93b807d037e4d24cd081cfe729e74bbad695cc3d67c1eea129ccec462ba34a8a17ae9234e9f5c356d1c5ed7fdc3f1e8853391406284ed91023391f78dece766f
@@ -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.2"
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.
@@ -3101,7 +3106,9 @@ module Google
3101
3106
  # [Output only] Server-defined URL for the resource.
3102
3107
  # @!attribute [rw] version
3103
3108
  # @return [::String]
3104
- # 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).
3105
3112
  # @!attribute [rw] instance_group_urls
3106
3113
  # @return [::Array<::String>]
3107
3114
  # [Output only] The resource URLs of the [managed instance
@@ -3142,8 +3149,8 @@ module Google
3142
3149
  # Specifies the node placement policy.
3143
3150
  # @!attribute [r] update_info
3144
3151
  # @return [::Google::Cloud::Container::V1beta1::NodePool::UpdateInfo]
3145
- # Output only. [Output only] Update info contains relevant information during a node
3146
- # pool update.
3152
+ # Output only. [Output only] Update info contains relevant information during
3153
+ # a node pool update.
3147
3154
  # @!attribute [rw] etag
3148
3155
  # @return [::String]
3149
3156
  # This checksum is computed by the server based on the value of node pool
@@ -3690,8 +3697,7 @@ module Google
3690
3697
  # information, read [how to specify min CPU
3691
3698
  # platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
3692
3699
  # This field is deprecated, min_cpu_platform should be specified using
3693
- # https://cloud.google.com/requested-min-cpu-platform label selector on the
3694
- # pod.
3700
+ # `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
3695
3701
  # To unset the min cpu platform field pass "automatic"
3696
3702
  # as field value.
3697
3703
  # @!attribute [rw] disk_size_gb
@@ -3719,7 +3725,9 @@ module Google
3719
3725
  # https://cloud.google.com/compute/docs/disks/customer-managed-encryption
3720
3726
  # @!attribute [rw] image_type
3721
3727
  # @return [::String]
3722
- # The image type to use for NAP created node.
3728
+ # The image type to use for NAP created node. Please see
3729
+ # https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
3730
+ # available image types.
3723
3731
  class AutoprovisioningNodePoolDefaults
3724
3732
  include ::Google::Protobuf::MessageExts
3725
3733
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -5112,7 +5120,8 @@ module Google
5112
5120
 
5113
5121
  # Strategy used for node pool update.
5114
5122
  module NodePoolUpdateStrategy
5115
- # Default value.
5123
+ # Default value if unset. GKE internally defaults the update strategy to
5124
+ # SURGE for unspecified strategies.
5116
5125
  NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED = 0
5117
5126
 
5118
5127
  # 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.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-11 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