Module: Google::Cloud::Deploy::V1::Rollout::State
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Valid states of a Rollout
.
Constant Summary collapse
- STATE_UNSPECIFIED =
The
Rollout
has an unspecified state. 0
- SUCCEEDED =
The
Rollout
has completed successfully. 1
- FAILED =
The
Rollout
has failed. 2
- IN_PROGRESS =
The
Rollout
is being deployed. 3
- PENDING_APPROVAL =
The
Rollout
needs approval. 4
- APPROVAL_REJECTED =
An approver rejected the
Rollout
. 5
- PENDING =
The
Rollout
is waiting for an earlier Rollout(s) to complete on thisTarget
. 6
- PENDING_RELEASE =
The
Rollout
is waiting for theRelease
to be fully rendered. 7
- CANCELLING =
The
Rollout
is in the process of being cancelled. 8
- CANCELLED =
The
Rollout
has been cancelled. 9
- HALTED =
The
Rollout
is halted. 10