# Packages

Package types implements type functionality.

# Functions

FailureDomainLabel returns a map with the docker label for the given failure domain.
List returns the list of container IDs for the kind "nodes", optionally filtered by docker ps filters https://docs.docker.com/engine/reference/commandline/ps/#filtering.
ListMachinesByCluster will retrieve a list of all machines that are part of the given cluster.
NewLoadBalancer returns a new helper for managing a docker loadbalancer with a given name.
NewMachine returns a new Machine service for the given Cluster/DockerCluster pair.

# Constants

ControlPlanePort is the port for accessing the control plane API in the container.
DefaultNetwork is the default network name to use in kind.
KubeadmContainerPort is the port that kubeadm listens on in the container.

# Structs

ContainerNotRunningError is returned when trying to patch a container that is not running.
LoadBalancer manages the load balancer for a specific docker cluster.
Machine implement a service for managing the docker containers hosting a kubernetes nodes.
Manager is the kind manager type.