# Constants
ClusterFinalizer allows DockerClusterReconciler to clean up resources associated with DockerCluster before removing it from the apiserver.
MachineFinalizer allows ReconcileDockerMachine to clean up resources associated with AWSMachine before removing it from the apiserver.
# 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
APIEndpoint represents a reachable Kubernetes API endpoint.
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.
DockerMachineTemplateResource describes the data needed to create a DockerMachine from a template.
DockerMachineTemplateSpec defines the desired state of DockerMachineTemplate.