google-apis-container_v1beta1 0.43.0 → 0.45.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: e313c378df56ce38485d56a620f5d1151feb65c2264f77581468d9a2d2ecfce0
4
+ data.tar.gz: ead7c36ca4a7f84483b583281d5f32c0ac44fa2400b4f9d6e2f20e3efc710d2e
5
5
  SHA512:
6
- metadata.gz: df12846e0a773799b6848d620882cf51957ff2d791d655b9f8b582212fc2116fb243281d8103c3673c4798e835223a1aba243dc03d0a3ff9ea89dec62c7b7a84
7
- data.tar.gz: 984ecb76f4eb283465b26a4c6e4e314ab06fe966eeda2e87dbdbd5e741a8378f73f98bd5c2b7263b9a7aa718f220a4f5c2ab610377a92f9b6e6c2b4e467ac9ba
6
+ metadata.gz: 7a5bbe43b557ee1a1e68d4bdf6bf0fb8448e89d43b7d43277859f502b2856d59fb6651c4aa19254d80c45621cc56a45898e528245aadcdf05c1baa19fa1d4116
7
+ data.tar.gz: 197fda813268e2a86607d886379d5aee945e6b47ece2f5907e51fad1aee7276a40090552afd5fc0d8f658b2667de60a6d49ae93585a1c1828c609c27542c505c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.45.0 (2023-02-19)
4
+
5
+ * Regenerated from discovery document revision 20230207
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.44.0 (2023-01-29)
9
+
10
+ * Regenerated from discovery document revision 20230117
11
+
3
12
  ### v0.43.0 (2023-01-08)
4
13
 
5
14
  * 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
@@ -4385,7 +4389,7 @@ module Google
4385
4389
  end
4386
4390
  end
4387
4391
 
4388
- # Kubernetes taint is comprised of three fields: key, value, and effect. Effect
4392
+ # Kubernetes taint is composed of three fields: key, value, and effect. Effect
4389
4393
  # can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See
4390
4394
  # [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration)
4391
4395
  # for more information, including usage and the valid values.
@@ -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.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230104"
25
+ REVISION = "20230207"
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.45.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-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.45.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: []