google-cloud-container-v1 0.15.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:
|
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
|
@@ -1156,8 +1158,8 @@ module Google
|
|
1156
1158
|
# Deprecated. The name of the cluster to upgrade.
|
1157
1159
|
# This field has been deprecated and replaced by the name field.
|
1158
1160
|
# @param addons_config [::Google::Cloud::Container::V1::AddonsConfig, ::Hash]
|
1159
|
-
# Required. The desired configurations for the various addons available to
|
1160
|
-
# cluster.
|
1161
|
+
# Required. The desired configurations for the various addons available to
|
1162
|
+
# run in the cluster.
|
1161
1163
|
# @param name [::String]
|
1162
1164
|
# The name (project, location, cluster) of the cluster to set addons.
|
1163
1165
|
# Specified in the format `projects/*/locations/*/clusters/*`.
|
@@ -260,6 +260,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
260
260
|
optional :use_routes, :bool, 15
|
261
261
|
optional :stack_type, :enum, 16, "google.container.v1.StackType"
|
262
262
|
optional :ipv6_access_type, :enum, 17, "google.container.v1.IPv6AccessType"
|
263
|
+
optional :subnet_ipv6_cidr_block, :string, 22
|
264
|
+
optional :services_ipv6_cidr_block, :string, 23
|
263
265
|
end
|
264
266
|
add_message "google.container.v1.Cluster" do
|
265
267
|
optional :name, :string, 1
|
@@ -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.
|
@@ -1133,6 +1135,13 @@ module Google
|
|
1133
1135
|
# @!attribute [rw] ipv6_access_type
|
1134
1136
|
# @return [::Google::Cloud::Container::V1::IPv6AccessType]
|
1135
1137
|
# The ipv6 access type (internal or external) when create_subnetwork is true
|
1138
|
+
# @!attribute [r] subnet_ipv6_cidr_block
|
1139
|
+
# @return [::String]
|
1140
|
+
# Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and
|
1141
|
+
# pods.
|
1142
|
+
# @!attribute [r] services_ipv6_cidr_block
|
1143
|
+
# @return [::String]
|
1144
|
+
# Output only. [Output only] The services IPv6 CIDR block for the cluster.
|
1136
1145
|
class IPAllocationPolicy
|
1137
1146
|
include ::Google::Protobuf::MessageExts
|
1138
1147
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -2010,7 +2019,9 @@ module Google
|
|
2010
2019
|
# - "-": picks the Kubernetes master version
|
2011
2020
|
# @!attribute [rw] image_type
|
2012
2021
|
# @return [::String]
|
2013
|
-
# 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.
|
2014
2025
|
# @!attribute [rw] name
|
2015
2026
|
# @return [::String]
|
2016
2027
|
# The name (project, location, cluster, node pool) of the node pool to
|
@@ -2213,8 +2224,8 @@ module Google
|
|
2213
2224
|
# This field has been deprecated and replaced by the name field.
|
2214
2225
|
# @!attribute [rw] addons_config
|
2215
2226
|
# @return [::Google::Cloud::Container::V1::AddonsConfig]
|
2216
|
-
# Required. The desired configurations for the various addons available to
|
2217
|
-
# cluster.
|
2227
|
+
# Required. The desired configurations for the various addons available to
|
2228
|
+
# run in the cluster.
|
2218
2229
|
# @!attribute [rw] name
|
2219
2230
|
# @return [::String]
|
2220
2231
|
# The name (project, location, cluster) of the cluster to set addons.
|
@@ -2773,8 +2784,8 @@ module Google
|
|
2773
2784
|
# Specifies the node placement policy.
|
2774
2785
|
# @!attribute [r] update_info
|
2775
2786
|
# @return [::Google::Cloud::Container::V1::NodePool::UpdateInfo]
|
2776
|
-
# Output only. [Output only] Update info contains relevant information during
|
2777
|
-
# pool update.
|
2787
|
+
# Output only. [Output only] Update info contains relevant information during
|
2788
|
+
# a node pool update.
|
2778
2789
|
# @!attribute [rw] etag
|
2779
2790
|
# @return [::String]
|
2780
2791
|
# This checksum is computed by the server based on the value of node pool
|
@@ -3366,7 +3377,9 @@ module Google
|
|
3366
3377
|
# https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
3367
3378
|
# @!attribute [rw] image_type
|
3368
3379
|
# @return [::String]
|
3369
|
-
# 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.
|
3370
3383
|
class AutoprovisioningNodePoolDefaults
|
3371
3384
|
include ::Google::Protobuf::MessageExts
|
3372
3385
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -4652,7 +4665,8 @@ module Google
|
|
4652
4665
|
|
4653
4666
|
# Strategy used for node pool update.
|
4654
4667
|
module NodePoolUpdateStrategy
|
4655
|
-
# Default value.
|
4668
|
+
# Default value if unset. GKE internally defaults the update strategy to
|
4669
|
+
# SURGE for unspecified strategies.
|
4656
4670
|
NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED = 0
|
4657
4671
|
|
4658
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.
|
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
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
210
|
- !ruby/object:Gem::Version
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
|
-
rubygems_version: 3.
|
213
|
+
rubygems_version: 3.4.2
|
214
214
|
signing_key:
|
215
215
|
specification_version: 4
|
216
216
|
summary: API Client library for the Kubernetes Engine V1 API
|