google-cloud-container-v1 0.21.0 → 0.21.1

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: 6fcc24bdaab408fd833e950951d5f069285817bb6b0606ffed6be33ef62f3773
4
- data.tar.gz: 83b4e0d1b0204b3a2b2282e17407b242cdbca4b504522f42d27a14d09e5cd68d
3
+ metadata.gz: 8c831106745baaaeb16a9a20c206a6a6db0c8142f0ae3069dcdc6b3224c3d186
4
+ data.tar.gz: 2c9911ccbc8521f69e87ab6bfbacfc348333f4f12f3d37addab1c2458c5944fa
5
5
  SHA512:
6
- metadata.gz: a2f24baab4f94465ed5efbf9b277c30e0d91315da22df2e3f325c986922d9076b89b8606de66e7d3b51982f4558ccedd9aa864609d62bd341309feef822fb6bc
7
- data.tar.gz: f939b4dde3314796bf693acb6c3adedc0936f46cb09c65f3e8fe641eb7471924906a34f91461db678014b7cb9008e640cd04661194771f1c11d56c9deb3d8f5c
6
+ metadata.gz: a0a6ec2b065744f5b2bc32f4024ad32c45d9ee23d7892b7201510ac6fb8f0799411adb36a793c161ec18e063d0d334fe9280f951e69b2a224cb79e0e60b2ee94
7
+ data.tar.gz: 1f8059f9741e5bee5a92afc932f6ff7db240340db183986fbe49385e7c732cbeffc1c5ea7c765dd8ca30657d1bd4f2aadda1e8408e6475c12582340c2f87c33b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.21.0"
24
+ VERSION = "0.21.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1366,7 +1366,12 @@ module Google
1366
1366
  # Shielded Nodes configuration.
1367
1367
  # @!attribute [rw] release_channel
1368
1368
  # @return [::Google::Cloud::Container::V1::ReleaseChannel]
1369
- # Release channel configuration.
1369
+ # Release channel configuration. If left unspecified on cluster creation and
1370
+ # a version is specified, the cluster is enrolled in the most mature release
1371
+ # channel where the version is available (first checking STABLE, then
1372
+ # REGULAR, and finally RAPID). Otherwise, if no release channel
1373
+ # configuration and no version is specified, the cluster is enrolled in the
1374
+ # REGULAR channel with its default version.
1370
1375
  # @!attribute [rw] workload_identity_config
1371
1376
  # @return [::Google::Cloud::Container::V1::WorkloadIdentityConfig]
1372
1377
  # Configuration for the use of Kubernetes Service Accounts in GCP IAM
@@ -1834,12 +1839,14 @@ module Google
1834
1839
  #
1835
1840
  # Examples:
1836
1841
  #
1837
- # -
1838
- # `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
1839
- # -
1840
- # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
1841
- # -
1842
- # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
1842
+ # -
1843
+ # ##
1844
+ # `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
1845
+ #
1846
+ # ##
1847
+ # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
1848
+ #
1849
+ # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
1843
1850
  # @!attribute [rw] location
1844
1851
  # @return [::String]
1845
1852
  # [Output only] The name of the Google Compute Engine
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.21.1
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-05-04 00:00:00.000000000 Z
11
+ date: 2023-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common