google-cloud-container-v1 0.5.0 → 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: 9df3ab42f1c6d227246daf192f08b7a06b6e6ff0c281653c6d32b0b64e7a88df
|
4
|
+
data.tar.gz: ad333d16ea19aab128fcd6faae0a3fd56f65f0f5c25562fcbd1f8200f952e65b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbed4851ec98de76b157e5b013de103179565e0541c2a642b5a35ef47424940c9a1db8f7b00e1fb79c65c41604fbd8b61fe61749856e97f61e2c8815dc591a2d
|
7
|
+
data.tar.gz: 402d355c51bb4fcd1986651806069e75b89942a9256bb755b2c98e51c2096da751d0bd1116f053ec2583b1a3f681841e59b4cfe6440307b9e0d90300eff9fe3c
|
@@ -579,6 +579,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
579
579
|
optional :disk_type, :string, 7
|
580
580
|
optional :shielded_instance_config, :message, 8, "google.container.v1.ShieldedInstanceConfig"
|
581
581
|
optional :boot_disk_kms_key, :string, 9
|
582
|
+
optional :image_type, :string, 10
|
582
583
|
end
|
583
584
|
add_message "google.container.v1.ResourceLimit" do
|
584
585
|
optional :resource_type, :string, 1
|
@@ -2548,6 +2548,9 @@ module Google
|
|
2548
2548
|
# For more information about protecting resources with Cloud KMS Keys please
|
2549
2549
|
# see:
|
2550
2550
|
# https://cloud.google.com/compute/docs/disks/customer-managed-encryption
|
2551
|
+
# @!attribute [rw] image_type
|
2552
|
+
# @return [::String]
|
2553
|
+
# The image type to use for NAP created node.
|
2551
2554
|
class AutoprovisioningNodePoolDefaults
|
2552
2555
|
include ::Google::Protobuf::MessageExts
|
2553
2556
|
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.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
|
@@ -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
|