locationPolicy property
Location policy used when scaling up a nodepool. Possible string values are:
- "LOCATION_POLICY_UNSPECIFIED" : Not set.
- "BALANCED" : BALANCED is a best effort policy that aims to balance the sizes of different zones.
- "ANY" : ANY policy picks zones that have the highest capacity available.
Implementation
core.String? locationPolicy;