# Functions
NewBuilder provides a new *Builder object.
NewFromExisting provides a new clusters.Cluster backed by an existing GKE cluster.
NewFromExistingWithEnv provides a new clusters.Cluster backed by an existing GKE cluster, but allows some of the configuration to be filled in from the ENV instead of arguments.
# Constants
GKEClusterType indicates that the Kubernetes cluster was provisioned by Google Kubernetes Engine (GKE).
GKECreateLabel is the name of the label which be added to any cluster created with KTF and indicates which Google Cloud IAM Service Account created the cluster.
nolint:gosec.
GKELocationVar indicates the environment variable used to provide a default gcloud region.
GKEProjectVar indicates the environment variable used to provide a default gcloud project.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
EnvKeepCluster indicates whether the caller wants the cluster to remain after tests for manual inspection.
# Type aliases
ReleaseChannel is a type for specifying the release channel of the cluster.