google-apis-container_v1beta1 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: 3f85c06d0b17add17e25cb4258e7f8bfcb7445b1b75c66a785e52e3d723ce023
|
4
|
+
data.tar.gz: 3ad490a37d2edd92ef5007c1a1152865e0deb9f7c16f0a37afbd69dc9488e333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d9e47f97de23eab5bb4df02cfc2f3007b74848ea151968b86c3f74fe64c3f7040d702ce7bea613e14111a3fc2386c761872fd0e25a6eedff2023429d7bbd983
|
7
|
+
data.tar.gz: 73c4dc4d92680188472765483543ba4de5a7d607e1a5d508659e06f02a049314bea4ae5f3ce661f26e4f58a4f8bae55718e8eb0a07c602f2d06d3e1bdfc4ebc4
|
data/CHANGELOG.md
CHANGED
@@ -1015,6 +1015,11 @@ module Google
|
|
1015
1015
|
# @return [String]
|
1016
1016
|
attr_accessor :endpoint
|
1017
1017
|
|
1018
|
+
# EnterpriseConfig is the cluster enterprise configuration.
|
1019
|
+
# Corresponds to the JSON property `enterpriseConfig`
|
1020
|
+
# @return [Google::Apis::ContainerV1beta1::EnterpriseConfig]
|
1021
|
+
attr_accessor :enterprise_config
|
1022
|
+
|
1018
1023
|
# This checksum is computed by the server based on the value of cluster fields,
|
1019
1024
|
# and may be sent on update requests to ensure the client has an up-to-date
|
1020
1025
|
# value before proceeding.
|
@@ -1403,6 +1408,7 @@ module Google
|
|
1403
1408
|
@enable_kubernetes_alpha = args[:enable_kubernetes_alpha] if args.key?(:enable_kubernetes_alpha)
|
1404
1409
|
@enable_tpu = args[:enable_tpu] if args.key?(:enable_tpu)
|
1405
1410
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
1411
|
+
@enterprise_config = args[:enterprise_config] if args.key?(:enterprise_config)
|
1406
1412
|
@etag = args[:etag] if args.key?(:etag)
|
1407
1413
|
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
1408
1414
|
@fleet = args[:fleet] if args.key?(:fleet)
|
@@ -2420,6 +2426,26 @@ module Google
|
|
2420
2426
|
end
|
2421
2427
|
end
|
2422
2428
|
|
2429
|
+
# EnterpriseConfig is the cluster enterprise configuration.
|
2430
|
+
class EnterpriseConfig
|
2431
|
+
include Google::Apis::Core::Hashable
|
2432
|
+
|
2433
|
+
# Output only. [Output only] cluster_tier specifies the premium tier of the
|
2434
|
+
# cluster.
|
2435
|
+
# Corresponds to the JSON property `clusterTier`
|
2436
|
+
# @return [String]
|
2437
|
+
attr_accessor :cluster_tier
|
2438
|
+
|
2439
|
+
def initialize(**args)
|
2440
|
+
update!(**args)
|
2441
|
+
end
|
2442
|
+
|
2443
|
+
# Update properties of this object
|
2444
|
+
def update!(**args)
|
2445
|
+
@cluster_tier = args[:cluster_tier] if args.key?(:cluster_tier)
|
2446
|
+
end
|
2447
|
+
end
|
2448
|
+
|
2423
2449
|
# EphemeralStorageConfig contains configuration for the ephemeral storage
|
2424
2450
|
# filesystem.
|
2425
2451
|
class EphemeralStorageConfig
|
@@ -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.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 = "20231024"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -280,6 +280,12 @@ module Google
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
+
class EnterpriseConfig
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
283
289
|
class EphemeralStorageConfig
|
284
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
291
|
|
@@ -1396,6 +1402,8 @@ module Google
|
|
1396
1402
|
property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
|
1397
1403
|
property :enable_tpu, as: 'enableTpu'
|
1398
1404
|
property :endpoint, as: 'endpoint'
|
1405
|
+
property :enterprise_config, as: 'enterpriseConfig', class: Google::Apis::ContainerV1beta1::EnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::EnterpriseConfig::Representation
|
1406
|
+
|
1399
1407
|
property :etag, as: 'etag'
|
1400
1408
|
property :expire_time, as: 'expireTime'
|
1401
1409
|
property :fleet, as: 'fleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
@@ -1745,6 +1753,13 @@ module Google
|
|
1745
1753
|
end
|
1746
1754
|
end
|
1747
1755
|
|
1756
|
+
class EnterpriseConfig
|
1757
|
+
# @private
|
1758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1759
|
+
property :cluster_tier, as: 'clusterTier'
|
1760
|
+
end
|
1761
|
+
end
|
1762
|
+
|
1748
1763
|
class EphemeralStorageConfig
|
1749
1764
|
# @private
|
1750
1765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.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
|
+
date: 2023-11-05 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.61.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: []
|