Enum StatusCondition.Code (2.4.1)

public enum StatusCondition.Code extends Enum<StatusCondition.Code> implements ProtocolMessageEnum

Code for each condition

Protobuf enum google.container.v1beta1.StatusCondition.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CA_EXPIRING

Cluster CA is expiring soon. More codes TBA

CA_EXPIRING = 9;

CA_EXPIRING_VALUE

Cluster CA is expiring soon. More codes TBA

CA_EXPIRING = 9;

CLOUD_KMS_KEY_ERROR

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

CLOUD_KMS_KEY_ERROR = 7;

CLOUD_KMS_KEY_ERROR_VALUE

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

CLOUD_KMS_KEY_ERROR = 7;

GCE_QUOTA_EXCEEDED

Google Compute Engine quota was exceeded.

GCE_QUOTA_EXCEEDED = 3;

GCE_QUOTA_EXCEEDED_VALUE

Google Compute Engine quota was exceeded.

GCE_QUOTA_EXCEEDED = 3;

GCE_STOCKOUT

GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.

GCE_STOCKOUT = 1;

GCE_STOCKOUT_VALUE

GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.

GCE_STOCKOUT = 1;

GKE_SERVICE_ACCOUNT_DELETED

GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.

GKE_SERVICE_ACCOUNT_DELETED = 2;

GKE_SERVICE_ACCOUNT_DELETED_VALUE

GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.

GKE_SERVICE_ACCOUNT_DELETED = 2;

SET_BY_OPERATOR

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

SET_BY_OPERATOR = 4;

SET_BY_OPERATOR_VALUE

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

SET_BY_OPERATOR = 4;

UNKNOWN

UNKNOWN indicates a generic condition.

UNKNOWN = 0;

UNKNOWN_VALUE

UNKNOWN indicates a generic condition.

UNKNOWN = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()