google-apis-container_v1beta1 0.66.0 → 0.67.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: 550ec9015c02340dd6e09893ffca44f09c90fc0ad58a636de691f3133a9a9ffc
|
|
4
|
+
data.tar.gz: 8a0467cb67ea3bbce7faf30982a920ac499cf1a29ddb24a3c85f78e110de4008
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c1717772999dc2e83ad4d0bffd4c7aee67d59cd3528e21b615c7b20c02f86d43bd67cf213cf1c3366e22b172ddeb853019d58fa25bb86e6b9e18bfaa65ac640
|
|
7
|
+
data.tar.gz: ec110ef1d458c0c6a8252b77b6a89028fe4889d1b655540ac995aec7fba57fcb15c09a9f44f8d1cb025f7a5ba1ba6a532a414e34ad9f2d0cc8ab176b36aa28f3
|
data/CHANGELOG.md
CHANGED
|
@@ -4343,9 +4343,7 @@ module Google
|
|
|
4343
4343
|
# @return [String]
|
|
4344
4344
|
attr_accessor :disk_type
|
|
4345
4345
|
|
|
4346
|
-
# Optional.
|
|
4347
|
-
# required when enable_confidential_storage is true. This is only available for
|
|
4348
|
-
# private preview.
|
|
4346
|
+
# Optional. Reserved for future use.
|
|
4349
4347
|
# Corresponds to the JSON property `enableConfidentialStorage`
|
|
4350
4348
|
# @return [Boolean]
|
|
4351
4349
|
attr_accessor :enable_confidential_storage
|
|
@@ -7523,6 +7521,11 @@ module Google
|
|
|
7523
7521
|
# @return [String]
|
|
7524
7522
|
attr_accessor :project_id
|
|
7525
7523
|
|
|
7524
|
+
# QueuedProvisioning defines the queued provisioning used by the node pool.
|
|
7525
|
+
# Corresponds to the JSON property `queuedProvisioning`
|
|
7526
|
+
# @return [Google::Apis::ContainerV1beta1::QueuedProvisioning]
|
|
7527
|
+
attr_accessor :queued_provisioning
|
|
7528
|
+
|
|
7526
7529
|
# Collection of [GCP labels](https://cloud.google.com/resource-manager/docs/
|
|
7527
7530
|
# creating-managing-labels).
|
|
7528
7531
|
# Corresponds to the JSON property `resourceLabels`
|
|
@@ -7632,6 +7635,7 @@ module Google
|
|
|
7632
7635
|
@node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
|
|
7633
7636
|
@node_version = args[:node_version] if args.key?(:node_version)
|
|
7634
7637
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
7638
|
+
@queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
|
|
7635
7639
|
@resource_labels = args[:resource_labels] if args.key?(:resource_labels)
|
|
7636
7640
|
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
|
7637
7641
|
@tags = args[:tags] if args.key?(:tags)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1beta1
|
|
18
18
|
# Version of the google-apis-container_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240206"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3112,6 +3112,8 @@ module Google
|
|
|
3112
3112
|
property :node_pool_id, as: 'nodePoolId'
|
|
3113
3113
|
property :node_version, as: 'nodeVersion'
|
|
3114
3114
|
property :project_id, as: 'projectId'
|
|
3115
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1beta1::QueuedProvisioning, decorator: Google::Apis::ContainerV1beta1::QueuedProvisioning::Representation
|
|
3116
|
+
|
|
3115
3117
|
property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
|
|
3116
3118
|
|
|
3117
3119
|
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.67.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: 2024-
|
|
11
|
+
date: 2024-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.67.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|