Reference documentation and code samples for the Google Cloud Container V1 Client class Status.
The current status of the cluster.
Protobuf type google.container.v1.Cluster.Status
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
PROVISIONING
Value: 1
The PROVISIONING state indicates the cluster is being created.
Generated from protobuf enum PROVISIONING = 1;
RUNNING
Value: 2
The RUNNING state indicates the cluster has been created and is fully usable.
Generated from protobuf enum RUNNING = 2;
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.
Generated from protobuf enum RECONCILING = 3;
STOPPING
Value: 4
The STOPPING state indicates the cluster is being deleted.
Generated from protobuf enum STOPPING = 4;
ERROR
Value: 5
The ERROR state indicates the cluster is unusable. It will be
automatically deleted. Details can be found in the statusMessage
field.
Generated from protobuf enum ERROR = 5;
DEGRADED
Value: 6
The DEGRADED state indicates the cluster requires user action to restore
full functionality. Details can be found in the statusMessage
field.
Generated from protobuf enum DEGRADED = 6;