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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cac9fb171823cd1fff083776ce99e1b0bd5eaa6dd41ec152d27ac0081d44dd9b
4
- data.tar.gz: e01131b8b2665748eb57502ac66cc62133a4398b750c7f99af01414506b9c417
3
+ metadata.gz: 4bd0bd1cc9b7378cd0ed0973618a5c9a295161a3b88fb80c6660c725e4a3b88d
4
+ data.tar.gz: 5da5f9a20204275dae06d789d9ffea4a01c4cd98bee04a5767894c23a6937cd0
5
5
  SHA512:
6
- metadata.gz: 77cd6f67586b8a92cb56ad539f78c36886ef5f281d7338618bfa4db553f1c2438cdd070aedca3dee9d86480e9f3699746fdb7b6b4ca6d02bdf21cda2f7e245c3
7
- data.tar.gz: 86d70902b36be8ebb4c7447ace0325a210993061310b5449ce408f7640491bcebea57ba743187cd4e533a9b8e959b587b330f6e637e14500f2668fa02e2cea84
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.49.1"
24
+ VERSION = "0.50.0"
25
25
  end
26
26
  end
27
27
  end