google-cloud-container-v1beta1 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: 7350894d4e4b23edecebc121358b5e77d79af1d6f3ee1c847d6697b055f807ee
|
4
|
+
data.tar.gz: 4b619db0cf139aba60f5c57a059e13d81de3f8e8b01f3888b3776ebfdd48b108
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f7e87557ad6463010ad99b360f882cc90eb6997fc1e501fa3d323df3c08b969f827037cfc89982f98bc7f1ec7e64160d7b61ac4f1c1433ce7908aec1154c007
|
7
|
+
data.tar.gz: c448b3c5dca6287cf1f3774b90afa440e1ba9e524f2324dc69a43a0724e106e01d02dd154c835e54653dd546ce76141f853f2f2464c959cd24178d26df82ed34
|
@@ -1561,7 +1561,12 @@ module Google
|
|
1561
1561
|
# Shielded Nodes configuration.
|
1562
1562
|
# @!attribute [rw] release_channel
|
1563
1563
|
# @return [::Google::Cloud::Container::V1beta1::ReleaseChannel]
|
1564
|
-
# Release channel configuration.
|
1564
|
+
# Release channel configuration. If left unspecified on cluster creation and
|
1565
|
+
# a version is specified, the cluster is enrolled in the most mature release
|
1566
|
+
# channel where the version is available (first checking STABLE, then
|
1567
|
+
# REGULAR, and finally RAPID). Otherwise, if no release channel
|
1568
|
+
# configuration and no version is specified, the cluster is enrolled in the
|
1569
|
+
# REGULAR channel with its default version.
|
1565
1570
|
# @!attribute [rw] workload_identity_config
|
1566
1571
|
# @return [::Google::Cloud::Container::V1beta1::WorkloadIdentityConfig]
|
1567
1572
|
# Configuration for the use of Kubernetes Service Accounts in GCP IAM
|
@@ -2133,12 +2138,14 @@ module Google
|
|
2133
2138
|
#
|
2134
2139
|
# Examples:
|
2135
2140
|
#
|
2136
|
-
#
|
2137
|
-
#
|
2138
|
-
#
|
2139
|
-
#
|
2140
|
-
#
|
2141
|
-
#
|
2141
|
+
# -
|
2142
|
+
# ##
|
2143
|
+
# `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
|
2144
|
+
#
|
2145
|
+
# ##
|
2146
|
+
# `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
|
2147
|
+
#
|
2148
|
+
# `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
2142
2149
|
# @!attribute [rw] location
|
2143
2150
|
# @return [::String]
|
2144
2151
|
# [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-v1beta1
|
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
|