google-apis-container_v1beta1 0.43.0 → 0.44.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: 86c690cc312b5f00e75bc9236adda19c1b5f8257f989dc263920fd6ccaaba522
4
- data.tar.gz: 8c95ee21cedf4ba26dd5b04b1022be1bf9f039c7279bb269eee210539acf6758
3
+ metadata.gz: 4a52b27b62734794348a341a149a853837b48c52aa622cd227ec0415ab91cf64
4
+ data.tar.gz: a48167e86c95e41b08b846f752eea72bf1c8b8bb6e372046a24c6e9c01b2b088
5
5
  SHA512:
6
- metadata.gz: df12846e0a773799b6848d620882cf51957ff2d791d655b9f8b582212fc2116fb243281d8103c3673c4798e835223a1aba243dc03d0a3ff9ea89dec62c7b7a84
7
- data.tar.gz: 984ecb76f4eb283465b26a4c6e4e314ab06fe966eeda2e87dbdbd5e741a8378f73f98bd5c2b7263b9a7aa718f220a4f5c2ab610377a92f9b6e6c2b4e467ac9ba
6
+ metadata.gz: cecccacc243cc218b48d63bcadbab5cbbec8277e85c6896fe4ee93d61a1daae99af65afbbaac53ad758d49e7f22dc97bfa8816ad3edeefc42d541f8cf0977f61
7
+ data.tar.gz: 7f8a59fe299d46c5bdf19b280f4176fd9128252d5462b8918204ed6c2adcb1b53febacf3ec54b8d6c7546d3ecf9d57aafbbea183b60ed081265c9cb0baf3e995
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.44.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230117
6
+
3
7
  ### v0.43.0 (2023-01-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230104
@@ -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 https://cloud.google.com/requested-min-cpu-platform label
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 the Kubernetes of this node.
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.43.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 = "20230104"
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.43.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-08 00:00:00.000000000 Z
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.43.0
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: []