google-apis-container_v1 0.23.0 → 0.24.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: 971fdf1cd854224ead458b2e383509b163f5b6a2992c8ea5dfdec74375ef22a7
|
4
|
+
data.tar.gz: 71d787f6df78d71a923f965e7322bf0b527d6a62505171d40dfd604296b169dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2173d44cf563594964622a7d366fd59900b02ebbb8f255b9744a13ba5aa6bbb35ec419a93d42e3aef3707b7336470b8584acca055ed7723302648699e5652f39
|
7
|
+
data.tar.gz: 706a6a80d51d0493342bfee844421ad4b13eb64feb0d68d494790925e2f3b4b1af86ecb67669abda6e1ed12a920568f53641b28b00720e32f1a527c14f6c677b
|
data/CHANGELOG.md
CHANGED
@@ -2900,6 +2900,13 @@ module Google
|
|
2900
2900
|
# @return [Google::Apis::ContainerV1::ShieldedInstanceConfig]
|
2901
2901
|
attr_accessor :shielded_instance_config
|
2902
2902
|
|
2903
|
+
# Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible
|
2904
|
+
# flag.
|
2905
|
+
# Corresponds to the JSON property `spot`
|
2906
|
+
# @return [Boolean]
|
2907
|
+
attr_accessor :spot
|
2908
|
+
alias_method :spot?, :spot
|
2909
|
+
|
2903
2910
|
# The list of instance tags applied to all nodes. Tags are used to identify
|
2904
2911
|
# valid sources or targets for network firewalls and are specified by the client
|
2905
2912
|
# during cluster or node pool creation. Each tag within the list must comply
|
@@ -2949,6 +2956,7 @@ module Google
|
|
2949
2956
|
@sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
|
2950
2957
|
@service_account = args[:service_account] if args.key?(:service_account)
|
2951
2958
|
@shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
|
2959
|
+
@spot = args[:spot] if args.key?(:spot)
|
2952
2960
|
@tags = args[:tags] if args.key?(:tags)
|
2953
2961
|
@taints = args[:taints] if args.key?(:taints)
|
2954
2962
|
@workload_metadata_config = args[:workload_metadata_config] if args.key?(:workload_metadata_config)
|
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1500,6 +1500,7 @@ module Google
|
|
1500
1500
|
property :service_account, as: 'serviceAccount'
|
1501
1501
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1::ShieldedInstanceConfig::Representation
|
1502
1502
|
|
1503
|
+
property :spot, as: 'spot'
|
1503
1504
|
collection :tags, as: 'tags'
|
1504
1505
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1::NodeTaint, decorator: Google::Apis::ContainerV1::NodeTaint::Representation
|
1505
1506
|
|
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.24.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: 2022-02-
|
11
|
+
date: 2022-02-28 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.24.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: []
|