Module: Google::Cloud::Container::V1beta1::EnterpriseConfig::ClusterTier Deprecated

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Deprecated.

This enum is deprecated and may be removed in the next major version update.

Premium tiers for GKE Cluster.

Deprecated: GKE Enterprise features are now available without an Enterprise tier.

Constant Summary collapse

CLUSTER_TIER_UNSPECIFIED =

CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.

0
STANDARD =

STANDARD indicates a standard GKE cluster.

1
ENTERPRISE =

ENTERPRISE indicates a GKE Enterprise cluster.

2