google-apis-container_v1beta1 0.43.0 → 0.44.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: 4a52b27b62734794348a341a149a853837b48c52aa622cd227ec0415ab91cf64
|
|
4
|
+
data.tar.gz: a48167e86c95e41b08b846f752eea72bf1c8b8bb6e372046a24c6e9c01b2b088
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cecccacc243cc218b48d63bcadbab5cbbec8277e85c6896fe4ee93d61a1daae99af65afbbaac53ad758d49e7f22dc97bfa8816ad3edeefc42d541f8cf0977f61
|
|
7
|
+
data.tar.gz: 7f8a59fe299d46c5bdf19b280f4176fd9128252d5462b8918204ed6c2adcb1b53febacf3ec54b8d6c7546d3ecf9d57aafbbea183b60ed081265c9cb0baf3e995
|
data/CHANGELOG.md
CHANGED
|
@@ -284,7 +284,8 @@ module Google
|
|
|
284
284
|
# @return [String]
|
|
285
285
|
attr_accessor :disk_type
|
|
286
286
|
|
|
287
|
-
# The image type to use for NAP created node.
|
|
287
|
+
# The image type to use for NAP created node. Please see https://cloud.google.
|
|
288
|
+
# com/kubernetes-engine/docs/concepts/node-images for available image types.
|
|
288
289
|
# Corresponds to the JSON property `imageType`
|
|
289
290
|
# @return [String]
|
|
290
291
|
attr_accessor :image_type
|
|
@@ -301,7 +302,7 @@ module Google
|
|
|
301
302
|
# Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
|
|
302
303
|
# to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
|
|
303
304
|
# specify-min-cpu-platform). This field is deprecated, min_cpu_platform should
|
|
304
|
-
# be specified using
|
|
305
|
+
# be specified using `cloud.google.com/requested-min-cpu-platform` label
|
|
305
306
|
# selector on the pod. To unset the min cpu platform field pass "automatic" as
|
|
306
307
|
# field value.
|
|
307
308
|
# Corresponds to the JSON property `minCpuPlatform`
|
|
@@ -3667,7 +3668,8 @@ module Google
|
|
|
3667
3668
|
attr_accessor :gvnic
|
|
3668
3669
|
|
|
3669
3670
|
# The image type to use for this node. Note that for a given image type, the
|
|
3670
|
-
# latest version of it will be used.
|
|
3671
|
+
# latest version of it will be used. Please see https://cloud.google.com/
|
|
3672
|
+
# kubernetes-engine/docs/concepts/node-images for available image types.
|
|
3671
3673
|
# Corresponds to the JSON property `imageType`
|
|
3672
3674
|
# @return [String]
|
|
3673
3675
|
attr_accessor :image_type
|
|
@@ -4227,7 +4229,9 @@ module Google
|
|
|
4227
4229
|
# @return [Google::Apis::ContainerV1beta1::UpgradeSettings]
|
|
4228
4230
|
attr_accessor :upgrade_settings
|
|
4229
4231
|
|
|
4230
|
-
# The version of
|
|
4232
|
+
# The version of Kubernetes running on this NodePool's nodes. If unspecified, it
|
|
4233
|
+
# defaults as described [here](https://cloud.google.com/kubernetes-engine/
|
|
4234
|
+
# versioning#specifying_node_version).
|
|
4231
4235
|
# Corresponds to the JSON property `version`
|
|
4232
4236
|
# @return [String]
|
|
4233
4237
|
attr_accessor :version
|
|
@@ -6359,7 +6363,9 @@ module Google
|
|
|
6359
6363
|
# @return [Google::Apis::ContainerV1beta1::VirtualNic]
|
|
6360
6364
|
attr_accessor :gvnic
|
|
6361
6365
|
|
|
6362
|
-
# Required. The desired image type for the node pool.
|
|
6366
|
+
# Required. The desired image type for the node pool. Please see https://cloud.
|
|
6367
|
+
# google.com/kubernetes-engine/docs/concepts/node-images for available image
|
|
6368
|
+
# types.
|
|
6363
6369
|
# Corresponds to the JSON property `imageType`
|
|
6364
6370
|
# @return [String]
|
|
6365
6371
|
attr_accessor :image_type
|
|
@@ -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.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230117"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.44.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: 2023-01-
|
|
11
|
+
date: 2023-01-29 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.44.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: []
|