google-cloud-container-v1beta1 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d78eda18f32b7da82380041cba6e76b1f0cb1aacfd189d79ddbcc319a713636d
|
4
|
+
data.tar.gz: 344a3d0846b14335b85d1cf001281241412f879c5ba594775a6c5e5c44555c04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e59d40aa21269ed058ab23db6ef1dec6f57f66634badcd64f4ed1a8e4bddccfe67dd9e1c65c61e4a7f1d8d99fd9a2a4f37c2262d93e8b294fdeb800ff101a42f
|
7
|
+
data.tar.gz: 28ec9bd44a39cdf06b9c04c70c36931246fdcc58b72e055ff82a5a74b0ee2dd77ba73ac0d9ad787147742ec2a04ca7160b06a7da65462ed1e6713c446f4c6a8d
|
@@ -483,6 +483,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
483
483
|
optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1beta1.AdditionalPodRangesConfig"
|
484
484
|
end
|
485
485
|
add_message "google.container.v1beta1.AdditionalPodRangesConfig" do
|
486
|
+
repeated :pod_range_names, :string, 1
|
486
487
|
end
|
487
488
|
add_message "google.container.v1beta1.Operation" do
|
488
489
|
optional :name, :string, 1
|
@@ -2074,6 +2074,9 @@ module Google
|
|
2074
2074
|
|
2075
2075
|
# AdditionalPodRangesConfig is the configuration for additional pod secondary
|
2076
2076
|
# ranges supporting the ClusterUpdate message.
|
2077
|
+
# @!attribute [rw] pod_range_names
|
2078
|
+
# @return [::Array<::String>]
|
2079
|
+
# Name for pod secondary ipv4 range which has the actual range defined ahead.
|
2077
2080
|
class AdditionalPodRangesConfig
|
2078
2081
|
include ::Google::Protobuf::MessageExts
|
2079
2082
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.
|
4
|
+
version: 0.19.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-04-
|
11
|
+
date: 2023-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|