Google Cloud Container V1 Client - Class Status (1.30.2)

Reference documentation and code samples for the Google Cloud Container V1 Client class Status.

The current status of the node pool instance.

Protobuf type google.container.v1.NodePool.Status

Namespace

Google \ Cloud \ Container \ V1 \ NodePool

Methods

static::name

Parameter
Name Description
value mixed

static::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 node pool is being created.

Generated from protobuf enum PROVISIONING = 1;

RUNNING

Value: 2

The RUNNING state indicates the node pool has been created and is fully usable.

Generated from protobuf enum RUNNING = 2;

RUNNING_WITH_ERROR

Value: 3

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.

Generated from protobuf enum RUNNING_WITH_ERROR = 3;

RECONCILING

Value: 4

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

Generated from protobuf enum RECONCILING = 4;

STOPPING

Value: 5

The STOPPING state indicates the node pool is being deleted.

Generated from protobuf enum STOPPING = 5;

ERROR

Value: 6

The ERROR state indicates the node pool may be unusable. Details can be found in the statusMessage field.

Generated from protobuf enum ERROR = 6;