Module: Google::Cloud::EdgeContainer::V1::Cluster::Status

Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

Indicates the status of the cluster.

Constant Summary collapse

STATUS_UNSPECIFIED =

Status unknown.

0
PROVISIONING =

The cluster is being created.

1
RUNNING =

The cluster is created and fully usable.

2
DELETING =

The cluster is being deleted.

3
ERROR =

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

4
RECONCILING =

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

5