Module: Google::Cloud::Container::V1beta1::StatusCondition::Code
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Code for each condition
Constant Summary collapse
- UNKNOWN =
UNKNOWN indicates a generic condition.
0
- GCE_STOCKOUT =
GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.
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.
7
- CA_EXPIRING =
Cluster CA is expiring soon. More codes TBA
9