# Functions
Convert_v1alpha3_APIEndpoint_To_v1beta1_APIEndpoint is an autogenerated conversion function.
Convert_v1alpha3_DockerCluster_To_v1beta1_DockerCluster is an autogenerated conversion function.
Convert_v1alpha3_DockerClusterList_To_v1beta1_DockerClusterList is an autogenerated conversion function.
Convert_v1alpha3_DockerClusterSpec_To_v1beta1_DockerClusterSpec is an autogenerated conversion function.
Convert_v1alpha3_DockerClusterStatus_To_v1beta1_DockerClusterStatus is an autogenerated conversion function.
Convert_v1alpha3_DockerMachine_To_v1beta1_DockerMachine is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineList_To_v1beta1_DockerMachineList is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineSpec_To_v1beta1_DockerMachineSpec is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineStatus_To_v1beta1_DockerMachineStatus is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineTemplate_To_v1beta1_DockerMachineTemplate is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineTemplateList_To_v1beta1_DockerMachineTemplateList is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineTemplateResource_To_v1beta1_DockerMachineTemplateResource is an autogenerated conversion function.
Convert_v1alpha3_DockerMachineTemplateSpec_To_v1beta1_DockerMachineTemplateSpec is an autogenerated conversion function.
Convert_v1alpha3_Mount_To_v1beta1_Mount is an autogenerated conversion function.
Convert_v1beta1_APIEndpoint_To_v1alpha3_APIEndpoint is an autogenerated conversion function.
Convert_v1beta1_DockerCluster_To_v1alpha3_DockerCluster is an autogenerated conversion function.
Convert_v1beta1_DockerClusterList_To_v1alpha3_DockerClusterList is an autogenerated conversion function.
Convert_v1beta1_DockerClusterSpec_To_v1alpha3_DockerClusterSpec is an autogenerated conversion function.
No description provided by the author
Convert_v1beta1_DockerMachine_To_v1alpha3_DockerMachine is an autogenerated conversion function.
Convert_v1beta1_DockerMachineList_To_v1alpha3_DockerMachineList is an autogenerated conversion function.
Convert_v1beta1_DockerMachineSpec_To_v1alpha3_DockerMachineSpec is an autogenerated conversion function.
No description provided by the author
Convert_v1beta1_DockerMachineTemplate_To_v1alpha3_DockerMachineTemplate is an autogenerated conversion function.
Convert_v1beta1_DockerMachineTemplateList_To_v1alpha3_DockerMachineTemplateList is an autogenerated conversion function.
No description provided by the author
Convert_v1beta1_DockerMachineTemplateSpec_To_v1alpha3_DockerMachineTemplateSpec is an autogenerated conversion function.
Convert_v1beta1_Mount_To_v1alpha3_Mount is an autogenerated conversion function.
RegisterConversions adds conversion functions to the given scheme.
# Constants
BootstrapExecSucceededCondition provide an observation of the DockerMachine bootstrap process.
BootstrapFailedReason documents (Severity=Warning) a DockerMachine controller detecting an error while bootstrapping the Kubernetes node on the machine just provisioned; those kind of errors are usually transient and failed bootstrap are automatically re-tried by the controller.
BootstrappingReason documents (Severity=Info) a DockerMachine currently executing the bootstrap script that creates the Kubernetes node on the newly provisioned machine infrastructure.
ClusterFinalizer allows DockerClusterReconciler to clean 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.
ContainerProvisioningFailedReason (Severity=Warning) documents a DockerMachine controller detecting an error while provisioning the container that provides the DockerMachine infrastructure; those kind of errors are usually transient and failed provisioning are automatically re-tried by the controller.
LoadBalancerAvailableCondition documents the availability of the container that implements the cluster load balancer.
LoadBalancerProvisioningFailedReason (Severity=Warning) documents a DockerCluster controller detecting an error while provisioning the container that provides the cluster load balancer.; those kind of errors are usually transient and failed provisioning are automatically re-tried by the controller.
MachineFinalizer allows ReconcileDockerMachine to clean up resources associated with AWSMachine before removing it from the apiserver.
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.
# 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.
Mount specifies a host volume to mount into a container.