public enum Status
Reference documentation and code samples for the Google Kubernetes Engine v1 API enum NodePool.Types.Status.
The current status of the node pool instance.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Fields | |
---|---|
Name | Description |
Error | The ERROR state indicates the node pool may be unusable. Details
can be found in the |
Provisioning | The PROVISIONING state indicates the node pool is being created. |
Reconciling | The RECONCILING state indicates that some work is actively being done on
the node pool, such as upgrading node software. Details can
be found in the |
Running | The RUNNING state indicates the node pool has been created and is fully usable. |
RunningWithError | The RUNNING_WITH_ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update. |
Stopping | The STOPPING state indicates the node pool is being deleted. |
Unspecified | Not set. |