google-cloud-container-v1 0.21.0 → 0.21.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c831106745baaaeb16a9a20c206a6a6db0c8142f0ae3069dcdc6b3224c3d186
|
4
|
+
data.tar.gz: 2c9911ccbc8521f69e87ab6bfbacfc348333f4f12f3d37addab1c2458c5944fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0a6ec2b065744f5b2bc32f4024ad32c45d9ee23d7892b7201510ac6fb8f0799411adb36a793c161ec18e063d0d334fe9280f951e69b2a224cb79e0e60b2ee94
|
7
|
+
data.tar.gz: 1f8059f9741e5bee5a92afc932f6ff7db240340db183986fbe49385e7c732cbeffc1c5ea7c765dd8ca30657d1bd4f2aadda1e8408e6475c12582340c2f87c33b
|
@@ -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
|
-
#
|
1839
|
-
#
|
1840
|
-
#
|
1841
|
-
#
|
1842
|
-
#
|
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.
|
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-
|
11
|
+
date: 2023-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|