google-cloud-container-v1beta1 0.49.1 → 0.51.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: 93c67a0886c51f79f88e8d09d72ab93b9dfdba07ac3a474fba46efe724ec56cd
4
+ data.tar.gz: 5920ceca98d7eb00671c4be39e78b4e1a43c543559a81a8fd8ad282387b261b0
5
5
  SHA512:
6
- metadata.gz: 77cd6f67586b8a92cb56ad539f78c36886ef5f281d7338618bfa4db553f1c2438cdd070aedca3dee9d86480e9f3699746fdb7b6b4ca6d02bdf21cda2f7e245c3
7
- data.tar.gz: 86d70902b36be8ebb4c7447ace0325a210993061310b5449ce408f7640491bcebea57ba743187cd4e533a9b8e959b587b330f6e637e14500f2668fa02e2cea84
6
+ metadata.gz: bf723767b2d893473b26a41c5a4b339e53c7211ead82bf9293679e3bd65351ac9f67efc578ce6247fe56810ca4652f605cc2d2920e4ca19e63712e2db120fcdb
7
+ data.tar.gz: 973e6e20974c05ce7b28d35443e3f991cbd37e280c500334d47f938bb66c682457be5d23a113f4f7b3d59d77d20654224b4fc77be046606b5885e4d6070b6b9f
@@ -484,7 +484,7 @@ module Google
484
484
  # network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
485
485
  #
486
486
  # One firewall is added for the cluster. After cluster creation,
487
- # the Kubelet creates routes for each node to allow the containers
487
+ # the kubelet creates routes for each node to allow the containers
488
488
  # on that node to communicate with all other instances in the
489
489
  # cluster.
490
490
  #
@@ -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.51.0"
25
25
  end
26
26
  end
27
27
  end