strategy property

String? strategy
getter/setter pair

Update strategy of the node pool. Possible string values are:

  • "NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED" : Default value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies.
  • "BLUE_GREEN" : blue-green upgrade.
  • "SURGE" : SURGE is the traditional way of upgrade a node pool. max_surge and max_unavailable determines the level of upgrade parallelism.

Implementation

core.String? strategy;