google-apis-container_v1 0.41.0 → 0.42.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: dcd1083ea44d35672ee00388bf9e5327d81edee14165eca208cfa2e2e69fcb70
|
4
|
+
data.tar.gz: 7812cd4441eebc3e7493d2a6f0b846220946c37682847db5bec54f845ae35437
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10e71bfc96ed1c3d0906905a2364c915c62b810552a0e2b96a9ea5a20b795a6bf519f1fec850d6a2e36dc554417260403275284ce45f38c0bd782425636e6b97
|
7
|
+
data.tar.gz: ecec336dba2fbec710c0164e8a1186f5350e94bcfc078f80267a009d2c317d9191d5c42af68b9602579f8499ee92554e27c5afec5002b06a01d49b9c19de44ba
|
data/CHANGELOG.md
CHANGED
@@ -1353,6 +1353,13 @@ module Google
|
|
1353
1353
|
# @return [Google::Apis::ContainerV1::ShieldedNodes]
|
1354
1354
|
attr_accessor :desired_shielded_nodes
|
1355
1355
|
|
1356
|
+
# The desired stack type of the cluster. If a stack type is provided and does
|
1357
|
+
# not match the current stack type of the cluster, update will attempt to change
|
1358
|
+
# the stack type to the new type.
|
1359
|
+
# Corresponds to the JSON property `desiredStackType`
|
1360
|
+
# @return [String]
|
1361
|
+
attr_accessor :desired_stack_type
|
1362
|
+
|
1356
1363
|
# VerticalPodAutoscaling contains global, per-cluster information required by
|
1357
1364
|
# Vertical Pod Autoscaler to automatically adjust the resources of pods
|
1358
1365
|
# controlled by it.
|
@@ -1407,6 +1414,7 @@ module Google
|
|
1407
1414
|
@desired_resource_usage_export_config = args[:desired_resource_usage_export_config] if args.key?(:desired_resource_usage_export_config)
|
1408
1415
|
@desired_service_external_ips_config = args[:desired_service_external_ips_config] if args.key?(:desired_service_external_ips_config)
|
1409
1416
|
@desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
|
1417
|
+
@desired_stack_type = args[:desired_stack_type] if args.key?(:desired_stack_type)
|
1410
1418
|
@desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
|
1411
1419
|
@desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
|
1412
1420
|
end
|
@@ -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.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
|
@@ -1194,6 +1194,7 @@ module Google
|
|
1194
1194
|
|
1195
1195
|
property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
|
1196
1196
|
|
1197
|
+
property :desired_stack_type, as: 'desiredStackType'
|
1197
1198
|
property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
|
1198
1199
|
|
1199
1200
|
property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
|
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.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_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.42.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: []
|