Module: Google::Cloud::Container::V1beta1::NodePoolAutoscaling::LocationPolicy
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Location policy specifies how zones are picked when scaling up the nodepool.
Constant Summary collapse
- LOCATION_POLICY_UNSPECIFIED =
Not set.
0
- BALANCED =
BALANCED is a best effort policy that aims to balance the sizes of different zones.
1
- ANY =
ANY policy picks zones that have the highest capacity available.
2