google-cloud-container-v1beta1 0.49.1 → 0.50.0
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 +4 -4
- data/lib/google/cloud/container/v1beta1/cluster_manager/client.rb +8 -0
- data/lib/google/cloud/container/v1beta1/version.rb +1 -1
- data/lib/google/container/v1beta1/cluster_service_pb.rb +16 -1
- data/lib/google/container/v1beta1/cluster_service_services_pb.rb +2 -0
- data/proto_docs/google/container/v1beta1/cluster_service.rb +347 -17
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bd0bd1cc9b7378cd0ed0973618a5c9a295161a3b88fb80c6660c725e4a3b88d
|
4
|
+
data.tar.gz: 5da5f9a20204275dae06d789d9ffea4a01c4cd98bee04a5767894c23a6937cd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5b8222d2a2e65ee46f0cb3576a6f2a07f39655b28ef41a36fc4fc8d1c3df449fcdb38f892f2421b70a0fcad8a58db3bd3a626dce94998e34f204c5a3ebfd0b4
|
7
|
+
data.tar.gz: 15700463d260b2834172cfd23d0b283cec9a86e283466c76aeab8de7b47541dc6f00d62b48e8cb2b2cca93f702adf69058e0f694c2f0795ae2d590d4e5cdf0c1
|
@@ -741,6 +741,14 @@ module Google
|
|
741
741
|
# in which the node pool's nodes should be located. Changing the locations
|
742
742
|
# for a node pool will result in nodes being either created or removed from
|
743
743
|
# the node pool, depending on whether locations are being added or removed.
|
744
|
+
#
|
745
|
+
# Warning: It is recommended to update node pool locations in a standalone
|
746
|
+
# API call. Do not combine a location update with changes to other fields
|
747
|
+
# (such as `tags`, `labels`, `taints`, etc.) in the same request.
|
748
|
+
# Otherwise, the API performs a structural modification where changes to
|
749
|
+
# other fields will only apply to newly created nodes and will not be
|
750
|
+
# applied to existing nodes in the node pool. To ensure all nodes are updated
|
751
|
+
# consistently, use a separate API call for location changes.
|
744
752
|
# @param workload_metadata_config [::Google::Cloud::Container::V1beta1::WorkloadMetadataConfig, ::Hash]
|
745
753
|
# The desired workload metadata config for the node pool.
|
746
754
|
# @param name [::String]
|