google-apis-container_v1 0.60.0 → 0.61.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: 2c953197a99e117d1743bbcb1ed966788b91367a4b7b932a6caf2c0323b0b00b
|
4
|
+
data.tar.gz: a0b7ca3e2753ac13b1e02d4dc11c6bfb3450ae1023a1fe1931d152615cac84ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e55167fa956d6a6fd4ff68ec4a9031f921261fee40af89439a1e39308a4391ca88869b98ff758e4686ce0a32f7eaac94136ad9232148355ece50370c57deb16f
|
7
|
+
data.tar.gz: a5ab5a001cae1e5f6502deb66c10e203b09e64ebca37627125294092daca24b264f78ad0ac64d5604392c338df5fc701391e2f97aa24deac98151851eb740b13
|
data/CHANGELOG.md
CHANGED
@@ -4428,6 +4428,11 @@ module Google
|
|
4428
4428
|
# @return [Fixnum]
|
4429
4429
|
attr_accessor :pod_ipv4_cidr_size
|
4430
4430
|
|
4431
|
+
# QueuedProvisioning defines the queued provisioning used by the node pool.
|
4432
|
+
# Corresponds to the JSON property `queuedProvisioning`
|
4433
|
+
# @return [Google::Apis::ContainerV1::QueuedProvisioning]
|
4434
|
+
attr_accessor :queued_provisioning
|
4435
|
+
|
4431
4436
|
# [Output only] Server-defined URL for the resource.
|
4432
4437
|
# Corresponds to the JSON property `selfLink`
|
4433
4438
|
# @return [String]
|
@@ -4512,6 +4517,7 @@ module Google
|
|
4512
4517
|
@network_config = args[:network_config] if args.key?(:network_config)
|
4513
4518
|
@placement_policy = args[:placement_policy] if args.key?(:placement_policy)
|
4514
4519
|
@pod_ipv4_cidr_size = args[:pod_ipv4_cidr_size] if args.key?(:pod_ipv4_cidr_size)
|
4520
|
+
@queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
|
4515
4521
|
@self_link = args[:self_link] if args.key?(:self_link)
|
4516
4522
|
@status = args[:status] if args.key?(:status)
|
4517
4523
|
@status_message = args[:status_message] if args.key?(:status_message)
|
@@ -5102,6 +5108,27 @@ module Google
|
|
5102
5108
|
end
|
5103
5109
|
end
|
5104
5110
|
|
5111
|
+
# QueuedProvisioning defines the queued provisioning used by the node pool.
|
5112
|
+
class QueuedProvisioning
|
5113
|
+
include Google::Apis::Core::Hashable
|
5114
|
+
|
5115
|
+
# Denotes that this nodepool is QRM specific, meaning nodes can be only obtained
|
5116
|
+
# through queuing via the Cluster Autoscaler ProvisioningRequest API.
|
5117
|
+
# Corresponds to the JSON property `enabled`
|
5118
|
+
# @return [Boolean]
|
5119
|
+
attr_accessor :enabled
|
5120
|
+
alias_method :enabled?, :enabled
|
5121
|
+
|
5122
|
+
def initialize(**args)
|
5123
|
+
update!(**args)
|
5124
|
+
end
|
5125
|
+
|
5126
|
+
# Update properties of this object
|
5127
|
+
def update!(**args)
|
5128
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
5129
|
+
end
|
5130
|
+
end
|
5131
|
+
|
5105
5132
|
# RangeInfo contains the range name and the range utilization by this cluster.
|
5106
5133
|
class RangeInfo
|
5107
5134
|
include Google::Apis::Core::Hashable
|
@@ -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.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231030"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -706,6 +706,12 @@ module Google
|
|
706
706
|
include Google::Apis::Core::JsonObjectSupport
|
707
707
|
end
|
708
708
|
|
709
|
+
class QueuedProvisioning
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
709
715
|
class RangeInfo
|
710
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
717
|
|
@@ -2173,6 +2179,8 @@ module Google
|
|
2173
2179
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1::PlacementPolicy, decorator: Google::Apis::ContainerV1::PlacementPolicy::Representation
|
2174
2180
|
|
2175
2181
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
2182
|
+
property :queued_provisioning, as: 'queuedProvisioning', class: Google::Apis::ContainerV1::QueuedProvisioning, decorator: Google::Apis::ContainerV1::QueuedProvisioning::Representation
|
2183
|
+
|
2176
2184
|
property :self_link, as: 'selfLink'
|
2177
2185
|
property :status, as: 'status'
|
2178
2186
|
property :status_message, as: 'statusMessage'
|
@@ -2341,6 +2349,13 @@ module Google
|
|
2341
2349
|
end
|
2342
2350
|
end
|
2343
2351
|
|
2352
|
+
class QueuedProvisioning
|
2353
|
+
# @private
|
2354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2355
|
+
property :enabled, as: 'enabled'
|
2356
|
+
end
|
2357
|
+
end
|
2358
|
+
|
2344
2359
|
class RangeInfo
|
2345
2360
|
# @private
|
2346
2361
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.61.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: 2023-11-
|
11
|
+
date: 2023-11-19 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.61.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|