Distributed Cloud Edge Container V1 API - Module Google::Cloud::EdgeContainer::V1::Cluster::Status (v0.1.1)

Reference documentation and code samples for the Distributed Cloud Edge Container V1 API module Google::Cloud::EdgeContainer::V1::Cluster::Status.

Indicates the status of the cluster.

Constants

STATUS_UNSPECIFIED

value: 0
Status unknown.

PROVISIONING

value: 1
The cluster is being created.

RUNNING

value: 2
The cluster is created and fully usable.

DELETING

value: 3
The cluster is being deleted.

ERROR

value: 4
The status indicates that some errors occurred while reconciling/deleting the cluster.

RECONCILING

value: 5
The cluster is undergoing some work such as version upgrades, etc.