# Functions
CreateObjects will create the provided set of objects.
NewCluster creates a new Cluster.
NewResourceSet returns a new resource set.
ReadObjects will read the set of objects from r and convert them into client.Object based on the scheme of the provided Kubernetes client.
ReadUnstructuredObjects will read the set of objects from r as unstructured objects.
Wait calls done until ctx is canceled or check returns nil.
WaitReady will return with no error if obj becomes ready before ctx cancels or the backoff fails.
# Variables
DefaultBackoff is a default backoff config that retries forever until ctx is canceled.
# Structs
Cluster is a Kubernetes cluster that runs inside of a k3s Docker container.
Options control creation of a cluster.
ResourceSet deploys a set of temporary objects to a k8s test cluster and deletes them when Stop is called.