Module Google::Cloud::Container::V1beta1::Cluster::Status (v0.8.3)

The current status of the cluster.

Constants

STATUS_UNSPECIFIED

value: 0
Not set.

PROVISIONING

value: 1
The PROVISIONING state indicates the cluster is being created.

RUNNING

value: 2
The RUNNING state indicates the cluster has been created and is fully usable.

RECONCILING

value: 3
The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the master or node software. Details can be found in the statusMessage field.

STOPPING

value: 4
The STOPPING state indicates the cluster is being deleted.

ERROR

value: 5
The ERROR state indicates the cluster may be unusable. Details can be found in the statusMessage field.

DEGRADED

value: 6
The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the statusMessage field.