google-cloud-container-v1beta1 0.18.0 → 0.19.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: 6434adbf5b68cd22fa86f46dd37c6d5bdd1bce804c7a7a650cd9b7bf4d34643e
4
- data.tar.gz: 96e177d929d2692341918a4ed97f3a0f31eeacdc24d1b9a306fde02fe0cd067f
3
+ metadata.gz: d78eda18f32b7da82380041cba6e76b1f0cb1aacfd189d79ddbcc319a713636d
4
+ data.tar.gz: 344a3d0846b14335b85d1cf001281241412f879c5ba594775a6c5e5c44555c04
5
5
  SHA512:
6
- metadata.gz: f7f9062f1223348ec9833622909844fc1be04a8b7bb5661886d344558dc4f2563d06620fd7b49998a04992fb70ad0ad13fa0783d48d9b85c3746678f0b020d9a
7
- data.tar.gz: 566cd73c9535d09ec0e5d8a5be3d18a48c9320f1c2bcd27e2d7f5c93f915d6fb46845c7731ad85ce4133211b0ac4f6e3783a195b5798c0f1ec5f4783a5222850
6
+ metadata.gz: e59d40aa21269ed058ab23db6ef1dec6f57f66634badcd64f4ed1a8e4bddccfe67dd9e1c65c61e4a7f1d8d99fd9a2a4f37c2262d93e8b294fdeb800ff101a42f
7
+ data.tar.gz: 28ec9bd44a39cdf06b9c04c70c36931246fdcc58b72e055ff82a5a74b0ee2dd77ba73ac0d9ad787147742ec2a04ca7160b06a7da65462ed1e6713c446f4c6a8d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.18.0"
24
+ VERSION = "0.19.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.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