google-cloud-container-v1 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: 005c1232b76c6cdebac74e1a317ab36d5d60ad063e190ca7dd6552dd3e446dbe
|
4
|
+
data.tar.gz: 33bc0fe4d40bbf92aebe676abdf5fe38033f03b1442486ac8669a50cd3d69428
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f716b5ddc26c4c972b3d09fc3ff71569b9e81723ef63030fab9c796da273eb3c78e2a1246875b0fb690ed7b39ef1f3667e74961c4b0909206b65b6ef3fcd504
|
7
|
+
data.tar.gz: b1acb73e8b991cb505a552aecc3efdb6a611249c41c24c4f50a777f72f208c99b28355a4f93821ad2291793425e19e9e4cdccf6990436c42fc3a0aaef5a7c80b
|
@@ -399,6 +399,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
399
399
|
optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1.AdditionalPodRangesConfig"
|
400
400
|
end
|
401
401
|
add_message "google.container.v1.AdditionalPodRangesConfig" do
|
402
|
+
repeated :pod_range_names, :string, 1
|
402
403
|
end
|
403
404
|
add_message "google.container.v1.Operation" do
|
404
405
|
optional :name, :string, 1
|
@@ -1787,6 +1787,9 @@ module Google
|
|
1787
1787
|
|
1788
1788
|
# AdditionalPodRangesConfig is the configuration for additional pod secondary
|
1789
1789
|
# ranges supporting the ClusterUpdate message.
|
1790
|
+
# @!attribute [rw] pod_range_names
|
1791
|
+
# @return [::Array<::String>]
|
1792
|
+
# Name for pod secondary ipv4 range which has the actual range defined ahead.
|
1790
1793
|
class AdditionalPodRangesConfig
|
1791
1794
|
include ::Google::Protobuf::MessageExts
|
1792
1795
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.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
|