google-apis-container_v1 0.33.0 → 0.34.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: 4484a5ead03c3a97d844046eebd73b10cb4013e0876e583064364aef44d85a24
|
|
4
|
+
data.tar.gz: 13d7486d3deacbb00d1965d945efb04cd25724ce7c1a5b4fd0c1e7f22fc7b2d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4eb92e9ae7cc1d56c6d2ff6bc7e40a9f115e103cbb650c3235cff4de424ba94c40509fc44338032c9755fc956ac13038a5d1f0084e03af80378047b3cd363ae
|
|
7
|
+
data.tar.gz: b8caf4cf2e793d82aa44591bc43b1438409c4e60600ace0d8a277e1c73c920530392315e730fc9433a89728dfeae273daf891e4a0b653cf0e8980ad4d132e55c
|
data/CHANGELOG.md
CHANGED
|
@@ -277,8 +277,9 @@ module Google
|
|
|
277
277
|
# Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
|
|
278
278
|
# to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
|
|
279
279
|
# specify-min-cpu-platform) This field is deprecated, min_cpu_platform should be
|
|
280
|
-
# specified using cloud.google.com/requested-min-cpu-platform label
|
|
281
|
-
# the pod. To unset the min cpu platform field pass "automatic" as
|
|
280
|
+
# specified using https://cloud.google.com/requested-min-cpu-platform label
|
|
281
|
+
# selector on the pod. To unset the min cpu platform field pass "automatic" as
|
|
282
|
+
# field value.
|
|
282
283
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
283
284
|
# @return [String]
|
|
284
285
|
attr_accessor :min_cpu_platform
|
|
@@ -375,8 +376,9 @@ module Google
|
|
|
375
376
|
class BinaryAuthorization
|
|
376
377
|
include Google::Apis::Core::Hashable
|
|
377
378
|
|
|
378
|
-
#
|
|
379
|
-
#
|
|
379
|
+
# This field is deprecated. Leave this unset and instead configure
|
|
380
|
+
# BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
|
|
381
|
+
# anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
|
|
380
382
|
# Corresponds to the JSON property `enabled`
|
|
381
383
|
# @return [Boolean]
|
|
382
384
|
attr_accessor :enabled
|
|
@@ -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.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220727"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -798,8 +798,8 @@ module Google
|
|
|
798
798
|
# CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.
|
|
799
799
|
# @param [String] name
|
|
800
800
|
# The name (project, location, cluster, node pool id) of the node pool to
|
|
801
|
-
# complete upgrade. Specified in the format
|
|
802
|
-
# nodePools
|
|
801
|
+
# complete upgrade. Specified in the format `projects/*/locations/*/clusters/*/
|
|
802
|
+
# nodePools/*`.
|
|
803
803
|
# @param [Google::Apis::ContainerV1::CompleteNodePoolUpgradeRequest] complete_node_pool_upgrade_request_object
|
|
804
804
|
# @param [String] fields
|
|
805
805
|
# Selector specifying which fields to include in a partial response.
|
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.34.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-
|
|
11
|
+
date: 2022-08-15 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.34.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: []
|