google-cloud-container-v1 1.4.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +31 -21
- data/lib/google/cloud/container/v1/cluster_manager/client.rb +35 -35
- data/lib/google/cloud/container/v1/cluster_manager/rest/client.rb +35 -35
- data/lib/google/cloud/container/v1/cluster_manager/rest/service_stub.rb +286 -206
- data/lib/google/cloud/container/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +19 -0
- data/proto_docs/google/container/v1/cluster_service.rb +15 -1
- metadata +6 -9
@@ -306,9 +306,28 @@ module Google
|
|
306
306
|
# @!attribute [rw] common
|
307
307
|
# @return [::Google::Api::CommonLanguageSettings]
|
308
308
|
# Some settings.
|
309
|
+
# @!attribute [rw] renamed_services
|
310
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
311
|
+
# Map of service names to renamed services. Keys are the package relative
|
312
|
+
# service names and values are the name to be used for the service client
|
313
|
+
# and call options.
|
314
|
+
#
|
315
|
+
# publishing:
|
316
|
+
# go_settings:
|
317
|
+
# renamed_services:
|
318
|
+
# Publisher: TopicAdmin
|
309
319
|
class GoSettings
|
310
320
|
include ::Google::Protobuf::MessageExts
|
311
321
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
322
|
+
|
323
|
+
# @!attribute [rw] key
|
324
|
+
# @return [::String]
|
325
|
+
# @!attribute [rw] value
|
326
|
+
# @return [::String]
|
327
|
+
class RenamedServicesEntry
|
328
|
+
include ::Google::Protobuf::MessageExts
|
329
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
330
|
+
end
|
312
331
|
end
|
313
332
|
|
314
333
|
# Describes the generator configuration for a method.
|
@@ -2714,12 +2714,18 @@ module Google
|
|
2714
2714
|
# @!attribute [rw] int_value
|
2715
2715
|
# @return [::Integer]
|
2716
2716
|
# For metrics with integer value.
|
2717
|
+
#
|
2718
|
+
# Note: The following fields are mutually exclusive: `int_value`, `double_value`, `string_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
2717
2719
|
# @!attribute [rw] double_value
|
2718
2720
|
# @return [::Float]
|
2719
2721
|
# For metrics with floating point value.
|
2722
|
+
#
|
2723
|
+
# Note: The following fields are mutually exclusive: `double_value`, `int_value`, `string_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
2720
2724
|
# @!attribute [rw] string_value
|
2721
2725
|
# @return [::String]
|
2722
2726
|
# For metrics with custom values (ratios, visual progress, etc.).
|
2727
|
+
#
|
2728
|
+
# Note: The following fields are mutually exclusive: `string_value`, `int_value`, `double_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
2723
2729
|
class Metric
|
2724
2730
|
include ::Google::Protobuf::MessageExts
|
2725
2731
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -3618,9 +3624,13 @@ module Google
|
|
3618
3624
|
# @return [::Float]
|
3619
3625
|
# Percentage of the blue pool nodes to drain in a batch.
|
3620
3626
|
# The range of this field should be (0.0, 1.0].
|
3627
|
+
#
|
3628
|
+
# Note: The following fields are mutually exclusive: `batch_percentage`, `batch_node_count`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
3621
3629
|
# @!attribute [rw] batch_node_count
|
3622
3630
|
# @return [::Integer]
|
3623
3631
|
# Number of blue nodes to drain in a batch.
|
3632
|
+
#
|
3633
|
+
# Note: The following fields are mutually exclusive: `batch_node_count`, `batch_percentage`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
3624
3634
|
# @!attribute [rw] batch_soak_duration
|
3625
3635
|
# @return [::Google::Protobuf::Duration]
|
3626
3636
|
# Soak time after each batch gets drained. Default to zero.
|
@@ -4004,11 +4014,15 @@ module Google
|
|
4004
4014
|
# @!attribute [rw] daily_maintenance_window
|
4005
4015
|
# @return [::Google::Cloud::Container::V1::DailyMaintenanceWindow]
|
4006
4016
|
# DailyMaintenanceWindow specifies a daily maintenance operation window.
|
4017
|
+
#
|
4018
|
+
# Note: The following fields are mutually exclusive: `daily_maintenance_window`, `recurring_window`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
4007
4019
|
# @!attribute [rw] recurring_window
|
4008
4020
|
# @return [::Google::Cloud::Container::V1::RecurringTimeWindow]
|
4009
4021
|
# RecurringWindow specifies some number of recurring time periods for
|
4010
4022
|
# maintenance to occur. The time windows may be overlapping. If no
|
4011
4023
|
# maintenance windows are set, maintenance can occur at any time.
|
4024
|
+
#
|
4025
|
+
# Note: The following fields are mutually exclusive: `recurring_window`, `daily_maintenance_window`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
4012
4026
|
# @!attribute [rw] maintenance_exclusions
|
4013
4027
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Container::V1::TimeWindow}]
|
4014
4028
|
# Exceptions to maintenance window. Non-emergency maintenance should not
|
@@ -4788,7 +4802,7 @@ module Google
|
|
4788
4802
|
# @!attribute [r] network
|
4789
4803
|
# @return [::String]
|
4790
4804
|
# Output only. The relative name of the Google Compute Engine
|
4791
|
-
#
|
4805
|
+
# [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
|
4792
4806
|
# to which the cluster is connected. Example:
|
4793
4807
|
# projects/my-project/global/networks/my-network
|
4794
4808
|
# @!attribute [r] subnetwork
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
87
86
|
licenses:
|
88
87
|
- Apache-2.0
|
89
88
|
metadata: {}
|
90
|
-
post_install_message:
|
91
89
|
rdoc_options: []
|
92
90
|
require_paths:
|
93
91
|
- lib
|
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
93
|
requirements:
|
96
94
|
- - ">="
|
97
95
|
- !ruby/object:Gem::Version
|
98
|
-
version: '
|
96
|
+
version: '3.0'
|
99
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
100
98
|
requirements:
|
101
99
|
- - ">="
|
102
100
|
- !ruby/object:Gem::Version
|
103
101
|
version: '0'
|
104
102
|
requirements: []
|
105
|
-
rubygems_version: 3.
|
106
|
-
signing_key:
|
103
|
+
rubygems_version: 3.6.2
|
107
104
|
specification_version: 4
|
108
105
|
summary: Builds and manages container-based applications, powered by the open source
|
109
106
|
Kubernetes technology.
|