# Functions
NewCluster creates a new k3s cluster using the given configuration.
WithImages tells k3d to import the given image.
WithoutCoreDNS tells k3d to not start a k3s cluster with CoreDNS already installed in.
WithoutTraefik tells k3d to not start a k3s cluster with Traefik already installed in.
# Structs
Cluster is a k3s cluster.
ClusterOptions holds the configuration of the cluster.
DockerImage holds the configuration of a Docker image.
# Type aliases
ClusterOptionFunc mutates the given ClusterOptions.