orchestrationAction property

String? orchestrationAction
getter/setter pair

Orchestration action during the Rollout.

It can be one of the following values:

  1. "update": Resources will be updated by the rollout.
  2. "delete": Resources will be deleted by the rollout.

Required.

Implementation

core.String? orchestrationAction;