Google Cloud Container V1 Client - Class Code (1.13.1)

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

Code for each condition

Protobuf type google.container.v1.StatusCondition.Code

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNKNOWN

Value: 0

UNKNOWN indicates a generic condition.

Generated from protobuf enum UNKNOWN = 0;

GCE_STOCKOUT

Value: 1

GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.

Generated from protobuf enum GCE_STOCKOUT = 1;

GKE_SERVICE_ACCOUNT_DELETED

Value: 2

GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.

Generated from protobuf enum GKE_SERVICE_ACCOUNT_DELETED = 2;

GCE_QUOTA_EXCEEDED

Value: 3

Google Compute Engine quota was exceeded.

Generated from protobuf enum GCE_QUOTA_EXCEEDED = 3;

SET_BY_OPERATOR

Value: 4

Cluster state was manually changed by an SRE due to a system logic error.

Generated from protobuf enum SET_BY_OPERATOR = 4;

CLOUD_KMS_KEY_ERROR

Value: 7

Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption.

Generated from protobuf enum CLOUD_KMS_KEY_ERROR = 7;

CA_EXPIRING

Value: 9

Cluster CA is expiring soon.

Generated from protobuf enum CA_EXPIRING = 9;