# Constants

ClusterFinalizer allows cleaning up resources associated with DockerCluster before removing it from the apiserver.
ContainerProvisionedCondition documents the status of the provisioning of the container generated by a DockerMachine.
MachineFinalizer allows ReconcileDockeroMachine to clean up Byo resources associated with DockeroMachine before removing it from the API Server.
WaitingForBootstrapDataReason (Severity=Info) documents a DockerMachine waiting for the bootstrap script to be ready before starting to create the container that provides the DockerMachine infrastructure.
WaitingForClusterInfrastructureReason (Severity=Info) documents a DockerMachine waiting for the cluster infrastructure to be ready before starting to create the container that provides the DockerMachine infrastructure.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

DockerCluster is the Schema for the dockerclusters API.
DockerClusterList contains a list of DockerCluster.
DockerClusterSpec defines the desired state of DockerCluster.
DockerClusterStatus defines the observed state of DockerCluster.
DockerMachine is the Schema for the dockermachines API.
DockerMachineList contains a list of DockerMachine.
DockerMachineSpec defines the desired state of DockerMachine.
DockerMachineStatus defines the observed state of DockerMachine.
DockerMachineTemplate is the Schema for the dockermachinetemplates API.
DockerMachineTemplateList contains a list of DockerMachineTemplate.
No description provided by the author
DockerMachineTemplateSpec defines the desired state of DockerMachineTemplate.
DockerMachineTemplateStatus defines the observed state of DockerMachineTemplate.
Mount specifies a host volume to mount into a container.