google-cloud-container-v1 0.15.0 → 0.16.0
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: 56f6df4f5eec19503c9ec33ef10e4daca3456135e0aabf3310c0eca181a898ea
|
|
4
|
+
data.tar.gz: 23eb257a134508346ad6a6c5da274cfab88ffbf9c698d3c7b8105e2015146825
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c02828f3962b352b6fed423bd758965c0ac3995cac05b31eac7fde78fc2f23c28347623486f322d56327f7ac71798d2989a78d5816c89d3857c6172e4aeb58cd
|
|
7
|
+
data.tar.gz: 4fd35fb06358ea640a5c777bf60ab1b0ef9373ee5453de4d35cd79042767a0f0880fb3699d76b10ff29a3338a24b2998d62dd263c9a4684072a777c93ed32dac
|
|
@@ -1156,8 +1156,8 @@ module Google
|
|
|
1156
1156
|
# Deprecated. The name of the cluster to upgrade.
|
|
1157
1157
|
# This field has been deprecated and replaced by the name field.
|
|
1158
1158
|
# @param addons_config [::Google::Cloud::Container::V1::AddonsConfig, ::Hash]
|
|
1159
|
-
# Required. The desired configurations for the various addons available to
|
|
1160
|
-
# cluster.
|
|
1159
|
+
# Required. The desired configurations for the various addons available to
|
|
1160
|
+
# run in the cluster.
|
|
1161
1161
|
# @param name [::String]
|
|
1162
1162
|
# The name (project, location, cluster) of the cluster to set addons.
|
|
1163
1163
|
# 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
|
|
@@ -1133,6 +1133,13 @@ module Google
|
|
|
1133
1133
|
# @!attribute [rw] ipv6_access_type
|
|
1134
1134
|
# @return [::Google::Cloud::Container::V1::IPv6AccessType]
|
|
1135
1135
|
# The ipv6 access type (internal or external) when create_subnetwork is true
|
|
1136
|
+
# @!attribute [r] subnet_ipv6_cidr_block
|
|
1137
|
+
# @return [::String]
|
|
1138
|
+
# Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and
|
|
1139
|
+
# pods.
|
|
1140
|
+
# @!attribute [r] services_ipv6_cidr_block
|
|
1141
|
+
# @return [::String]
|
|
1142
|
+
# Output only. [Output only] The services IPv6 CIDR block for the cluster.
|
|
1136
1143
|
class IPAllocationPolicy
|
|
1137
1144
|
include ::Google::Protobuf::MessageExts
|
|
1138
1145
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -2213,8 +2220,8 @@ module Google
|
|
|
2213
2220
|
# This field has been deprecated and replaced by the name field.
|
|
2214
2221
|
# @!attribute [rw] addons_config
|
|
2215
2222
|
# @return [::Google::Cloud::Container::V1::AddonsConfig]
|
|
2216
|
-
# Required. The desired configurations for the various addons available to
|
|
2217
|
-
# cluster.
|
|
2223
|
+
# Required. The desired configurations for the various addons available to
|
|
2224
|
+
# run in the cluster.
|
|
2218
2225
|
# @!attribute [rw] name
|
|
2219
2226
|
# @return [::String]
|
|
2220
2227
|
# The name (project, location, cluster) of the cluster to set addons.
|
|
@@ -2773,8 +2780,8 @@ module Google
|
|
|
2773
2780
|
# Specifies the node placement policy.
|
|
2774
2781
|
# @!attribute [r] update_info
|
|
2775
2782
|
# @return [::Google::Cloud::Container::V1::NodePool::UpdateInfo]
|
|
2776
|
-
# Output only. [Output only] Update info contains relevant information during
|
|
2777
|
-
# pool update.
|
|
2783
|
+
# Output only. [Output only] Update info contains relevant information during
|
|
2784
|
+
# a node pool update.
|
|
2778
2785
|
# @!attribute [rw] etag
|
|
2779
2786
|
# @return [::String]
|
|
2780
2787
|
# This checksum is computed by the server based on the value of node pool
|
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.0
|
|
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-20 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
|