package
0.0.0-20230705084328-f98acfcec64f
Repository: https://github.com/danielxiao/cluster-api-provider-docker.git
Documentation: pkg.go.dev

# 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 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 cleaning up resources associated with DockerMachine 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.