Module: Google::Cloud::ConfigDelivery::V1::ClusterInfo::State

Defined in:
proto_docs/google/cloud/configdelivery/v1/config_delivery.rb

Overview

State of the rollout for the cluster.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state.

0
WAITING =

Waiting state.

1
IN_PROGRESS =

In progress state.

2
STALLED =

Stalled state.

3
COMPLETED =

Completed state.

4
ABORTED =

Aborted state.

5
CANCELLED =

Cancelled state.

6
ERROR =

Error state.

7
UNCHANGED =

Unchanged state.

8
SKIPPED =

Skipped state.

9