google-apis-container_v1 0.8.0 → 0.9.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06c75f52b2751acca2d90601b307e340206f79b6f6d54fcd8d60bf454df22664
|
|
4
|
+
data.tar.gz: 9737ec8ed6b050e81a019520c821ae3849e13529d317cfb441ba6a2adf3f8182
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d07b735e8ee5431f41964caf3ba04e2f12bcbfa8bc7b34dddb06a445d79ce0bb2c4e5599d782048d17e85bab8fc8fd0633fb11303909ebc7115758fab639862a
|
|
7
|
+
data.tar.gz: 603750c764f12145fd1bd65aab1f6cadaba1860a3950af4fde4cbe588d65586d1e5bee5dda1793726feba9a9b95c80a7d540f67cb5d928b1884f28d80c4fdb95
|
data/CHANGELOG.md
CHANGED
|
@@ -218,6 +218,11 @@ module Google
|
|
|
218
218
|
# @return [String]
|
|
219
219
|
attr_accessor :disk_type
|
|
220
220
|
|
|
221
|
+
# The image type to use for NAP created node.
|
|
222
|
+
# Corresponds to the JSON property `imageType`
|
|
223
|
+
# @return [String]
|
|
224
|
+
attr_accessor :image_type
|
|
225
|
+
|
|
221
226
|
# NodeManagement defines the set of node management services turned on for the
|
|
222
227
|
# node pool.
|
|
223
228
|
# Corresponds to the JSON property `management`
|
|
@@ -277,6 +282,7 @@ module Google
|
|
|
277
282
|
@boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
|
|
278
283
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
279
284
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
|
285
|
+
@image_type = args[:image_type] if args.key?(:image_type)
|
|
280
286
|
@management = args[:management] if args.key?(:management)
|
|
281
287
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
282
288
|
@oauth_scopes = args[:oauth_scopes] if args.key?(:oauth_scopes)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210521"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -687,6 +687,7 @@ module Google
|
|
|
687
687
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
|
688
688
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
689
689
|
property :disk_type, as: 'diskType'
|
|
690
|
+
property :image_type, as: 'imageType'
|
|
690
691
|
property :management, as: 'management', class: Google::Apis::ContainerV1::NodeManagement, decorator: Google::Apis::ContainerV1::NodeManagement::Representation
|
|
691
692
|
|
|
692
693
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.9.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|