Module: Google::Cloud::Deploy::V1::RolloutRestriction::RolloutActions

Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Rollout actions to be restricted as part of the policy.

Constant Summary collapse

ROLLOUT_ACTIONS_UNSPECIFIED =

Unspecified.

0
ADVANCE =

Advance the rollout to the next phase.

1
APPROVE =

Approve the rollout.

2
CANCEL =

Cancel the rollout.

3
CREATE =

Create a rollout.

4
IGNORE_JOB =

Ignore a job result on the rollout.

5
RETRY_JOB =

Retry a job for a rollout.

6
ROLLBACK =

Rollback a rollout.

7
TERMINATE_JOBRUN =

Terminate a jobrun.

8