# Functions
New provides a new clusters.Cluster backed by a Kind based Kubernetes Cluster.
NewBuilder provides a new *Builder object.
NewFromExisting provides a Cluster object for a given kind cluster by name.
# Constants
DefaultKindDockerNetwork is the Docker network that a kind cluster uses by default.
EnvKeepCluster is the environment variable that can be set to "true" in order to circumvent teardown during cleanup of clusters in order to allow a user to inspect them instead.
KindClusterType indicates that the Kubernetes cluster was provisioned by Kind.