policy property

String? policy
getter/setter pair

Specifies which upgrade policy to use. Possible string values are:

  • "NODE_POOL_POLICY_UNSPECIFIED" : No upgrade policy selected.
  • "SERIAL" : Upgrade worker node pools sequentially.
  • "CONCURRENT" : Upgrade all worker node pools in parallel.

Implementation

core.String? policy;