# 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.

# Structs

Builder generates clusters.Cluster objects backed by Kind given provided configuration options.
Cluster is a clusters.Cluster implementation backed by Kubernetes In Docker (KIND).