Google Kubernetes Engine v1 API - Enum Cluster.Types.Status (3.25.0)

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.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
Degraded

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

Error

The ERROR state indicates the cluster is unusable. It will be automatically deleted. Details can be found in the statusMessage field.

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 statusMessage field.

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.