# Constants
BootstrapExecSucceededCondition provides 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.
ContainerDeletedReason (Severity=Error) documents a DockerMachine controller detecting the underlying container has been deleted unexpectedly.
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.
DockerClusterDeletingV1Beta2Condition surfaces details about ongoing deletion of the DockerCluster.
DockerClusterLoadBalancerAvailableV1Beta2Condition documents the availability of the container that implements the cluster load balancer.
DockerClusterReadyV1Beta2Condition is true if the DockerCluster is not deleted, and LoadBalancerAvailable condition is true.
DockerMachineBootstrapExecSucceededV1Beta2Condition provides an observation of the DockerMachine bootstrap process.
DockerMachineContainerProvisionedV1Beta2Condition documents the status of the provisioning of the container generated by a DockerMachine.
DockerMachineDeletingV1Beta2Condition surfaces details about ongoing deletion of the DockerMachine.
DockerMachineReadyV1Beta2Condition is true if the DockerMachine is not deleted, and both BootstrapExecSucceeded and ContainerProvisioned conditions are true.
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 DockerMachine 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.
DockerClusterTemplate is the Schema for the dockerclustertemplates API.
DockerClusterTemplateList contains a list of DockerClusterTemplate.
DockerClusterTemplateResource describes the data needed to create a DockerCluster from a template.
DockerClusterTemplateSpec defines the desired state of DockerClusterTemplate.
DockerClusterV1Beta2Status groups all the fields that will be added or modified in DockerCluster with the V1Beta2 version.
DockerLoadBalancer allows defining configurations for the cluster load balancer.
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.
DockerMachineV1Beta2Status groups all the fields that will be added or modified in DockerMachine with the V1Beta2 version.
ImageMeta allows customizing the image used for components that are not originated from the Kubernetes/Kubernetes release process.
Mount specifies a host volume to mount into a container.