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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0959cc485883fb9fe56b0f8fd2b64042f44d786255c8dbcbbd7b36c5e523ad61'
|
|
4
|
+
data.tar.gz: bb5371e5e47f509c73a1446cf6b87c90fffe976a6979d8c698268e91e3294082
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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/*`.
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
#
|
|
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.
|
|
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-
|
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|