Module: Google::Container::V1::StatusCondition::Code

Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

Code for each condition

Constant Summary collapse

UNKNOWN =

UNKNOWN indicates a generic condition.

0
GCE_STOCKOUT =

GCE_STOCKOUT indicates a Google Compute Engine stockout.

1
GKE_SERVICE_ACCOUNT_DELETED =

GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.

2
GCE_QUOTA_EXCEEDED =

Google Compute Engine quota was exceeded.

3
SET_BY_OPERATOR =

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

4
CLOUD_KMS_KEY_ERROR =

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

7