Class State (1.19.1)

State(value)

Valid states of a Rollout.

Enums

Name Description
STATE_UNSPECIFIED The `Rollout` has an unspecified state.
SUCCEEDED The `Rollout` has completed successfully.
FAILED The `Rollout` has failed.
IN_PROGRESS The `Rollout` is being deployed.
PENDING_APPROVAL The `Rollout` needs approval.
APPROVAL_REJECTED An approver rejected the `Rollout`.
PENDING The `Rollout` is waiting for an earlier Rollout(s) to complete on this `Target`.
PENDING_RELEASE The `Rollout` is waiting for the `Release` to be fully rendered.
CANCELLING The `Rollout` is in the process of being cancelled.
CANCELLED The `Rollout` has been cancelled.
HALTED The `Rollout` is halted.