google-apis-container_v1beta1 0.35.0 → 0.36.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: cc801c576f2f8b97f58e92770f0edcb2fe4451e75517a8593830dec935baebc8
|
|
4
|
+
data.tar.gz: 1b0efe303d3d3b297c5b6b65fb46dfa7a846311322d5c040ddc15114798232ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39d0458ef69a033d8c2b3a7693f234dc428ddc7de2359fd210ee3deef90c611ad66595aca4bf8c02c92d7009267dbba68c20240fbb4b6640b46f78be9845955c
|
|
7
|
+
data.tar.gz: c7a45e339e54b66be1741881114ddc978bb774267c9a315d010ff9d4986d1953e7d6331a565975860cd874e56535573816d54c4c9a0e4de7c6b1449145093501
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.36.0 (2022-08-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220727
|
|
6
|
+
* Regenerated using generator version 0.9.0
|
|
7
|
+
|
|
3
8
|
### v0.35.0 (2022-06-30)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
|
@@ -301,8 +301,9 @@ module Google
|
|
|
301
301
|
# Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
|
|
302
302
|
# to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
|
|
303
303
|
# specify-min-cpu-platform) This field is deprecated, min_cpu_platform should be
|
|
304
|
-
# specified using cloud.google.com/requested-min-cpu-platform label
|
|
305
|
-
# the pod. To unset the min cpu platform field pass "automatic" as
|
|
304
|
+
# specified using https://cloud.google.com/requested-min-cpu-platform label
|
|
305
|
+
# selector on the pod. To unset the min cpu platform field pass "automatic" as
|
|
306
|
+
# field value.
|
|
306
307
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
307
308
|
# @return [String]
|
|
308
309
|
attr_accessor :min_cpu_platform
|
|
@@ -420,8 +421,9 @@ module Google
|
|
|
420
421
|
class BinaryAuthorization
|
|
421
422
|
include Google::Apis::Core::Hashable
|
|
422
423
|
|
|
423
|
-
#
|
|
424
|
-
#
|
|
424
|
+
# This field is deprecated. Leave this unset and instead configure
|
|
425
|
+
# BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
|
|
426
|
+
# anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
|
|
425
427
|
# Corresponds to the JSON property `enabled`
|
|
426
428
|
# @return [Boolean]
|
|
427
429
|
attr_accessor :enabled
|
|
@@ -2863,7 +2865,7 @@ module Google
|
|
|
2863
2865
|
# @return [String]
|
|
2864
2866
|
attr_accessor :name
|
|
2865
2867
|
|
|
2866
|
-
# Whether the location is
|
|
2868
|
+
# Whether the location is recommended for GKE cluster scheduling.
|
|
2867
2869
|
# Corresponds to the JSON property `recommended`
|
|
2868
2870
|
# @return [Boolean]
|
|
2869
2871
|
attr_accessor :recommended
|
|
@@ -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.36.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
|
|
@@ -830,8 +830,8 @@ module Google
|
|
|
830
830
|
# CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.
|
|
831
831
|
# @param [String] name
|
|
832
832
|
# The name (project, location, cluster, node pool id) of the node pool to
|
|
833
|
-
# complete upgrade. Specified in the format
|
|
834
|
-
# nodePools
|
|
833
|
+
# complete upgrade. Specified in the format `projects/*/locations/*/clusters/*/
|
|
834
|
+
# nodePools/*`.
|
|
835
835
|
# @param [Google::Apis::ContainerV1beta1::CompleteNodePoolUpgradeRequest] complete_node_pool_upgrade_request_object
|
|
836
836
|
# @param [String] fields
|
|
837
837
|
# 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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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_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.36.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: []
|