google-apis-container_v1beta1 0.41.0 → 0.42.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: 17b02ac1504ac3202f507e0e3adf8eb5805415be0057f7c464fe8aa4c015f62d
|
|
4
|
+
data.tar.gz: 95403df9a40dbd4e55e8b10ef70abf48cdafe4f77854e672e21f6dcdcd263e14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3841fca4972ccefb909f38433cae25ca4e8b0550959a8103f8e539dbc6e25ac550fbc4496e1c0835207d47114c2274bd7ad0c6c5eb915ba4831e8c77448ac6c
|
|
7
|
+
data.tar.gz: f226753329e4fa9b5500f7164125c870a8bc6d2e6d32bab0d43d85082e46cb303c04792d398bd05a1c122a1914c3c684d68abdadf7e621a61f116e400a47f36c
|
data/CHANGELOG.md
CHANGED
|
@@ -1498,6 +1498,13 @@ module Google
|
|
|
1498
1498
|
# @return [Google::Apis::ContainerV1beta1::ShieldedNodes]
|
|
1499
1499
|
attr_accessor :desired_shielded_nodes
|
|
1500
1500
|
|
|
1501
|
+
# The desired stack type of the cluster. If a stack type is provided and does
|
|
1502
|
+
# not match the current stack type of the cluster, update will attempt to change
|
|
1503
|
+
# the stack type to the new type.
|
|
1504
|
+
# Corresponds to the JSON property `desiredStackType`
|
|
1505
|
+
# @return [String]
|
|
1506
|
+
attr_accessor :desired_stack_type
|
|
1507
|
+
|
|
1501
1508
|
# Configuration for Cloud TPU.
|
|
1502
1509
|
# Corresponds to the JSON property `desiredTpuConfig`
|
|
1503
1510
|
# @return [Google::Apis::ContainerV1beta1::TpuConfig]
|
|
@@ -1571,6 +1578,7 @@ module Google
|
|
|
1571
1578
|
@desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
|
|
1572
1579
|
@desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
|
|
1573
1580
|
@desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
|
|
1581
|
+
@desired_stack_type = args[:desired_stack_type] if args.key?(:desired_stack_type)
|
|
1574
1582
|
@desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
|
|
1575
1583
|
@desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
|
|
1576
1584
|
@desired_workload_alts_config = args[:desired_workload_alts_config] if args.key?(:desired_workload_alts_config)
|
|
@@ -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.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1340,6 +1340,7 @@ module Google
|
|
|
1340
1340
|
|
|
1341
1341
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
|
|
1342
1342
|
|
|
1343
|
+
property :desired_stack_type, as: 'desiredStackType'
|
|
1343
1344
|
property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
|
1344
1345
|
|
|
1345
1346
|
property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::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.42.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:
|
|
11
|
+
date: 2023-01-04 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.42.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: []
|