updateUnitKindStrategy property

String? updateUnitKindStrategy
getter/setter pair

The config for updating the unit kind.

By default, the unit kind will be updated on the rollout start.

Optional. Possible string values are:

  • "UPDATE_UNIT_KIND_STRATEGY_UNSPECIFIED" : Strategy unspecified.
  • "UPDATE_UNIT_KIND_STRATEGY_ON_START" : Update the unit kind strategy on the rollout start.
  • "UPDATE_UNIT_KIND_STRATEGY_NEVER" : Never update the unit kind.

Implementation

core.String? updateUnitKindStrategy;