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: 8785038f511121dfeb49d4687faef04b1e318b5602ec9fa980f2b9f7c72c4690
4
- data.tar.gz: ffbaac021f77b98034f939bc296ef9eef9e03361fbb2927d6027a3fdf0f59384
3
+ metadata.gz: 005c1232b76c6cdebac74e1a317ab36d5d60ad063e190ca7dd6552dd3e446dbe
4
+ data.tar.gz: 33bc0fe4d40bbf92aebe676abdf5fe38033f03b1442486ac8669a50cd3d69428
5
5
  SHA512:
6
- metadata.gz: 7c55c3467234e4449bcc8cf069512e749b63ca57a43a467103aa38046aba5f9bcb32d13f6c4ba287b7739b925cf0f92e84c58713ba45556dc9d935ea96748103
7
- data.tar.gz: cdb18f638669c10eb8c2ad7c604ce2a8e0b89fc9d6e1451ebbd8fc44ec0776abc92ecb0dd6d99b5d20e610ec1ff9dcd34185eb30c38d71ab8298dd837235bc12
6
+ metadata.gz: 1f716b5ddc26c4c972b3d09fc3ff71569b9e81723ef63030fab9c796da273eb3c78e2a1246875b0fb690ed7b39ef1f3667e74961c4b0909206b65b6ef3fcd504
7
+ data.tar.gz: b1acb73e8b991cb505a552aecc3efdb6a611249c41c24c4f50a777f72f208c99b28355a4f93821ad2291793425e19e9e4cdccf6990436c42fc3a0aaef5a7c80b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.18.0"
24
+ VERSION = "0.19.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.18.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 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common