google-cloud-container-v1 0.5.0 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.5.0"
24
+ VERSION = "0.7.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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
@@ -27,7 +27,7 @@ module Google
27
27
  # Google Kubernetes Engine Cluster Manager v1
28
28
  class Service
29
29
 
30
- include GRPC::GenericService
30
+ include ::GRPC::GenericService
31
31
 
32
32
  self.marshal_class_method = :encode
33
33
  self.unmarshal_class_method = :decode
@@ -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 order, rather than the order the user originally
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.5.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-03-09 00:00:00.000000000 Z
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: '0.3'
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: '0.3'
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.13
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