Package not found. Please check the package name and try again.

google-cloud-container-v1beta1 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: 95b827f4754aa1d1ea90316283cd8f963b096bdc15045fdb282398070fc92200
4
- data.tar.gz: 8d0a29221510d640827eec5e86addd25acb149e01cbbed13037077cf2c86a370
3
+ metadata.gz: 7350894d4e4b23edecebc121358b5e77d79af1d6f3ee1c847d6697b055f807ee
4
+ data.tar.gz: 4b619db0cf139aba60f5c57a059e13d81de3f8e8b01f3888b3776ebfdd48b108
5
5
  SHA512:
6
- metadata.gz: ea96b9e3986410123a7a4e1101d4849f4ef33493a9c25c34420df96fcfbbe89096e12a31ae67b651ac0537ca2151e92581167bea249cabb3d1d2441855f8e97b
7
- data.tar.gz: 1016b299148abccdc5b0d0c8b513179d43d6106b91a38d224f4b3fe7cb373bb2feef8d203e367d213dc46af3eaf94d147db6b1be368b913b7a3bee3062302361
6
+ metadata.gz: 3f7e87557ad6463010ad99b360f882cc90eb6997fc1e501fa3d323df3c08b969f827037cfc89982f98bc7f1ec7e64160d7b61ac4f1c1433ce7908aec1154c007
7
+ data.tar.gz: c448b3c5dca6287cf1f3774b90afa440e1ba9e524f2324dc69a43a0724e106e01d02dd154c835e54653dd546ce76141f853f2f2464c959cd24178d26df82ed34
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.21.0"
24
+ VERSION = "0.21.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # `https://container.googleapis.com/v1beta1/projects/123/locations/us-central1/clusters/my-cluster`
2138
- # -
2139
- # `https://container.googleapis.com/v1beta1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
2140
- # -
2141
- # `https://container.googleapis.com/v1beta1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
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.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-08 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