public enum Cluster.Types.Status
Reference documentation and code samples for the Google Kubernetes Engine v1 API enum Cluster.Types.Status.
The current status of the cluster.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Fields |
|
---|---|
Name | Description |
Degraded |
The DEGRADED state indicates the cluster requires user action to restore
full functionality. Details can be found in the |
Error |
The ERROR state indicates the cluster is unusable. It will be
automatically deleted. Details can be found in the |
Provisioning |
The PROVISIONING state indicates the cluster is being created. |
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 |
Running |
The RUNNING state indicates the cluster has been created and is fully usable. |
Stopping |
The STOPPING state indicates the cluster is being deleted. |
Unspecified |
Not set. |