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: 3e661227b003af15dc5da1bd9b8d2e8595375cff44cb7aef0b3d9ea779e4c6ff
4
- data.tar.gz: '0811df68b296b54f05989f8c510c3b0174d46eeb0b5c2e19ea9569ef8aaf28dc'
3
+ metadata.gz: 56f6df4f5eec19503c9ec33ef10e4daca3456135e0aabf3310c0eca181a898ea
4
+ data.tar.gz: 23eb257a134508346ad6a6c5da274cfab88ffbf9c698d3c7b8105e2015146825
5
5
  SHA512:
6
- metadata.gz: e44a21e04bed876798c9453bcd05fdebc6fe2e3a5c3e210f73f90f09dfab3e061abea15e783ca96fb14f0180f0e43cf57bbf62ac49ffa85fc5f313c9a9b51a2c
7
- data.tar.gz: 3c3017b05f59b13bbe0e78f2d34e5e88c8cd7cfb6179e91d91ba689c924a9927bfe7e4de15a917a50aa06a054596f75e22c6219eb5d4f18b2392320a7f264e91
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 run in the
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/*`.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.16.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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 run in the
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 a node
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.15.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-06 00:00:00.000000000 Z
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.3.14
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