StatusConditionCode

enum StatusConditionCode : Enum<StatusConditionCode> , ConvertibleToJava<StatusConditionCode>

Machine-friendly representation of the condition Deprecated. Use canonical_code instead.

Entries

Link copied to clipboard

UNKNOWN indicates a generic condition.

Link copied to clipboard

GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.

Link copied to clipboard

GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.

Link copied to clipboard

Google Compute Engine quota was exceeded.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Cluster CA is expiring soon.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): StatusConditionCode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: StatusConditionCode
Link copied to clipboard
Link copied to clipboard