clusterTier property

String? clusterTier
getter/setter pair

cluster_tier specifies the premium tier of the cluster.

Output only. Possible string values are:

  • "CLUSTER_TIER_UNSPECIFIED" : CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.
  • "STANDARD" : STANDARD indicates a standard GKE cluster.
  • "ENTERPRISE" : ENTERPRISE indicates a GKE Enterprise cluster.

Implementation

core.String? clusterTier;