Module: Google::Container::V1beta1::StatusCondition::Code

Defined in:
lib/google/cloud/container/v1beta1/doc/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 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. More codes TBA

4