Reference documentation and code samples for the Google Cloud Container V1 Client class Status.
The current status of the cluster.
Protobuf typegoogle.container.v1.Cluster.Status
Namespace
Google \ Cloud \ Container \ V1 \ Cluster
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 enumSTATUS_UNSPECIFIED = 0;
PROVISIONING
Value: 1
The PROVISIONING state indicates the cluster is being created.
Generated from protobuf enumPROVISIONING = 1;
RUNNING
Value: 2
The RUNNING state indicates the cluster has been created and is fully
usable.
Generated from protobuf enumRUNNING = 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 thestatusMessagefield.
Generated from protobuf enumRECONCILING = 3;
STOPPING
Value: 4
The STOPPING state indicates the cluster is being deleted.
Generated from protobuf enumSTOPPING = 4;
ERROR
Value: 5
The ERROR state indicates the cluster is unusable. It will be
automatically deleted. Details can be found in thestatusMessagefield.
Generated from protobuf enumERROR = 5;
DEGRADED
Value: 6
The DEGRADED state indicates the cluster requires user action to restore
full functionality. Details can be found in thestatusMessagefield.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Container V1 Client - Class Status (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-container/latest/V1.Cluster.Status)\n- [2.4.0](/php/docs/reference/cloud-container/2.4.0/V1.Cluster.Status)\n- [2.3.4](/php/docs/reference/cloud-container/2.3.4/V1.Cluster.Status)\n- [2.2.1](/php/docs/reference/cloud-container/2.2.1/V1.Cluster.Status)\n- [2.1.0](/php/docs/reference/cloud-container/2.1.0/V1.Cluster.Status)\n- [2.0.0](/php/docs/reference/cloud-container/2.0.0/V1.Cluster.Status)\n- [1.33.0](/php/docs/reference/cloud-container/1.33.0/V1.Cluster.Status)\n- [1.32.0](/php/docs/reference/cloud-container/1.32.0/V1.Cluster.Status)\n- [1.31.0](/php/docs/reference/cloud-container/1.31.0/V1.Cluster.Status)\n- [1.30.3](/php/docs/reference/cloud-container/1.30.3/V1.Cluster.Status)\n- [1.24.0](/php/docs/reference/cloud-container/1.24.0/V1.Cluster.Status)\n- [1.23.0](/php/docs/reference/cloud-container/1.23.0/V1.Cluster.Status)\n- [1.22.0](/php/docs/reference/cloud-container/1.22.0/V1.Cluster.Status)\n- [1.21.1](/php/docs/reference/cloud-container/1.21.1/V1.Cluster.Status)\n- [1.20.0](/php/docs/reference/cloud-container/1.20.0/V1.Cluster.Status)\n- [1.19.0](/php/docs/reference/cloud-container/1.19.0/V1.Cluster.Status)\n- [1.18.0](/php/docs/reference/cloud-container/1.18.0/V1.Cluster.Status)\n- [1.17.1](/php/docs/reference/cloud-container/1.17.1/V1.Cluster.Status)\n- [1.16.0](/php/docs/reference/cloud-container/1.16.0/V1.Cluster.Status)\n- [1.15.0](/php/docs/reference/cloud-container/1.15.0/V1.Cluster.Status)\n- [1.14.0](/php/docs/reference/cloud-container/1.14.0/V1.Cluster.Status)\n- [1.13.1](/php/docs/reference/cloud-container/1.13.1/V1.Cluster.Status)\n- [1.12.1](/php/docs/reference/cloud-container/1.12.1/V1.Cluster.Status)\n- [1.10.3](/php/docs/reference/cloud-container/1.10.3/V1.Cluster.Status)\n- [1.9.1](/php/docs/reference/cloud-container/1.9.1/V1.Cluster.Status) \nReference documentation and code samples for the Google Cloud Container V1 Client class Status.\n\nThe current status of the cluster.\n\nProtobuf type `google.container.v1.Cluster.Status`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Container \\\\ V1 \\\\ Cluster\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATUS_UNSPECIFIED\n\n Value: 0\n\nNot set.\n\nGenerated from protobuf enum `STATUS_UNSPECIFIED = 0;`\n\n### PROVISIONING\n\n Value: 1\n\nThe PROVISIONING state indicates the cluster is being created.\n\nGenerated from protobuf enum `PROVISIONING = 1;`\n\n### RUNNING\n\n Value: 2\n\nThe RUNNING state indicates the cluster has been created and is fully\nusable.\n\nGenerated from protobuf enum `RUNNING = 2;`\n\n### RECONCILING\n\n Value: 3\n\nThe RECONCILING state indicates that some work is actively being done on\nthe cluster, such as upgrading the master or node software. Details can\nbe found in the `statusMessage` field.\n\nGenerated from protobuf enum `RECONCILING = 3;`\n\n### STOPPING\n\n Value: 4\n\nThe STOPPING state indicates the cluster is being deleted.\n\nGenerated from protobuf enum `STOPPING = 4;`\n\n### ERROR\n\n Value: 5\n\nThe ERROR state indicates the cluster is unusable. It will be\nautomatically deleted. Details can be found in the `statusMessage` field.\n\nGenerated from protobuf enum `ERROR = 5;`\n\n### DEGRADED\n\n Value: 6\n\nThe DEGRADED state indicates the cluster requires user action to restore\nfull functionality. Details can be found in the `statusMessage` field.\n\nGenerated from protobuf enum `DEGRADED = 6;`"]]