Module: Google::Container::V1::Cluster::Status
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
The current status of the cluster.
Constant Summary collapse
- STATUS_UNSPECIFIED =
          
Not set.
 0- PROVISIONING =
          
The PROVISIONING state indicates the cluster is being created.
 1- RUNNING =
          
The RUNNING state indicates the cluster has been created and is fully usable.
 2- RECONCILING =
          
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.
 3- STOPPING =
          
The STOPPING state indicates the cluster is being deleted.
 4- ERROR =
          
The ERROR state indicates the cluster may be unusable. Details can be found in the +statusMessage+ field.
 5