google-cloud-container-v1beta1 0.5.1 → 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6c5ee4a9cee05591c8cf4155355b17dc2e71ab971c3ad7314e0af3c767adb54
|
4
|
+
data.tar.gz: 2d86aa25e0044ffc5f9b57bd615a6de33bc6fdcf7621ec58f573875d2bd09783
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb99396b4c2bb10053c71c8f33956a36b001e09918f216497dfbf6198e9779fcd7be6f163071fe16527cd8d48716343a28ed2cef393ffe662313f81d09631318
|
7
|
+
data.tar.gz: 277dd08b01f92cc37bf58526b9ee832ea90e1b0786f0d3df0ac6f9371176c1236a65522369c02ea6cfa17c1d68f0c912767df865d094c04ce897f158247a7d46
|
@@ -656,6 +656,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
656
656
|
optional :disk_type, :string, 7
|
657
657
|
optional :shielded_instance_config, :message, 8, "google.container.v1beta1.ShieldedInstanceConfig"
|
658
658
|
optional :boot_disk_kms_key, :string, 9
|
659
|
+
optional :image_type, :string, 10
|
659
660
|
end
|
660
661
|
add_message "google.container.v1beta1.ResourceLimit" do
|
661
662
|
optional :resource_type, :string, 1
|
@@ -2848,6 +2848,9 @@ module Google
|
|
2848
2848
|
# For more information about protecting resources with Cloud KMS Keys please
|
2849
2849
|
# see:
|
2850
2850
|
# https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
2851
|
+
# @!attribute [rw] image_type
|
2852
|
+
# @return [::String]
|
2853
|
+
# The image type to use for node created by NodeAutoprovisioning.
|
2851
2854
|
class AutoprovisioningNodePoolDefaults
|
2852
2855
|
include ::Google::Protobuf::MessageExts
|
2853
2856
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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: 2021-
|
11
|
+
date: 2021-06-17 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.5'
|
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.5'
|
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
|
@@ -201,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
207
|
- !ruby/object:Gem::Version
|
202
208
|
version: '0'
|
203
209
|
requirements: []
|
204
|
-
rubygems_version: 3.2.
|
210
|
+
rubygems_version: 3.2.17
|
205
211
|
signing_key:
|
206
212
|
specification_version: 4
|
207
213
|
summary: API Client library for the Kubernetes Engine V1beta1 API
|