google-cloud-container-v1 0.5.0 → 0.7.2
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 +4 -4
- data/AUTHENTICATION.md +8 -8
- data/README.md +1 -1
- data/lib/google/cloud/container/v1/cluster_manager/client.rb +783 -201
- data/lib/google/cloud/container/v1/version.rb +1 -1
- data/lib/google/container/v1/cluster_service_pb.rb +4 -2
- data/lib/google/container/v1/cluster_service_services_pb.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +7 -1
- data/proto_docs/google/container/v1/cluster_service.rb +6 -0
- metadata +13 -7
@@ -1,13 +1,13 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/container/v1/cluster_service.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'google/api/annotations_pb'
|
7
5
|
require 'google/api/client_pb'
|
8
6
|
require 'google/api/field_behavior_pb'
|
9
7
|
require 'google/protobuf/empty_pb'
|
10
8
|
require 'google/protobuf/timestamp_pb'
|
9
|
+
require 'google/protobuf'
|
10
|
+
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
12
12
|
add_file("google/container/v1/cluster_service.proto", :syntax => :proto3) do
|
13
13
|
add_message "google.container.v1.NodeConfig" do
|
@@ -248,6 +248,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
248
248
|
optional :desired_intra_node_visibility_config, :message, 26, "google.container.v1.IntraNodeVisibilityConfig"
|
249
249
|
optional :desired_default_snat_status, :message, 28, "google.container.v1.DefaultSnatStatus"
|
250
250
|
optional :desired_release_channel, :message, 31, "google.container.v1.ReleaseChannel"
|
251
|
+
optional :desired_authenticator_groups_config, :message, 63, "google.container.v1.AuthenticatorGroupsConfig"
|
251
252
|
optional :desired_master_version, :string, 100
|
252
253
|
end
|
253
254
|
add_message "google.container.v1.Operation" do
|
@@ -579,6 +580,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
579
580
|
optional :disk_type, :string, 7
|
580
581
|
optional :shielded_instance_config, :message, 8, "google.container.v1.ShieldedInstanceConfig"
|
581
582
|
optional :boot_disk_kms_key, :string, 9
|
583
|
+
optional :image_type, :string, 10
|
582
584
|
end
|
583
585
|
add_message "google.container.v1.ResourceLimit" do
|
584
586
|
optional :resource_type, :string, 1
|
@@ -57,9 +57,15 @@ module Google
|
|
57
57
|
|
58
58
|
# Denotes that a (repeated) field is an unordered list.
|
59
59
|
# This indicates that the service may provide the elements of the list
|
60
|
-
# in any arbitrary
|
60
|
+
# in any arbitrary order, rather than the order the user originally
|
61
61
|
# provided. Additionally, the list's order may or may not be stable.
|
62
62
|
UNORDERED_LIST = 6
|
63
|
+
|
64
|
+
# Denotes that this field returns a non-empty default value if not set.
|
65
|
+
# This indicates that if the user provides the empty value in a request,
|
66
|
+
# a non-empty value will be returned. The user will not be aware of what
|
67
|
+
# non-empty value to expect.
|
68
|
+
NON_EMPTY_DEFAULT = 7
|
63
69
|
end
|
64
70
|
end
|
65
71
|
end
|
@@ -1167,6 +1167,9 @@ module Google
|
|
1167
1167
|
# @!attribute [rw] desired_release_channel
|
1168
1168
|
# @return [::Google::Cloud::Container::V1::ReleaseChannel]
|
1169
1169
|
# The desired release channel configuration.
|
1170
|
+
# @!attribute [rw] desired_authenticator_groups_config
|
1171
|
+
# @return [::Google::Cloud::Container::V1::AuthenticatorGroupsConfig]
|
1172
|
+
# The desired authenticator groups config for the cluster.
|
1170
1173
|
# @!attribute [rw] desired_master_version
|
1171
1174
|
# @return [::String]
|
1172
1175
|
# The Kubernetes version to change the master to.
|
@@ -2548,6 +2551,9 @@ module Google
|
|
2548
2551
|
# For more information about protecting resources with Cloud KMS Keys please
|
2549
2552
|
# see:
|
2550
2553
|
# https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
2554
|
+
# @!attribute [rw] image_type
|
2555
|
+
# @return [::String]
|
2556
|
+
# The image type to use for NAP created node.
|
2551
2557
|
class AutoprovisioningNodePoolDefaults
|
2552
2558
|
include ::Google::Protobuf::MessageExts
|
2553
2559
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.7'
|
20
|
+
- - "<"
|
18
21
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.7'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: google-cloud-errors
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -196,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
202
|
- !ruby/object:Gem::Version
|
197
203
|
version: '0'
|
198
204
|
requirements: []
|
199
|
-
rubygems_version: 3.2.
|
205
|
+
rubygems_version: 3.2.17
|
200
206
|
signing_key:
|
201
207
|
specification_version: 4
|
202
208
|
summary: API Client library for the Kubernetes Engine V1 API
|