import "sigs.k8s.io/cluster-api/test/infrastructure/docker/controllers"
dockercluster_controller.go dockermachine_controller.go
DockerClusterReconciler reconciles a DockerCluster object
func (r *DockerClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, rerr error)
Reconcile reads that state of the cluster for a DockerCluster object and makes changes based on the state read and what is in the DockerCluster.Spec
func (r *DockerClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will add watches for this controller
DockerMachineReconciler reconciles a DockerMachine object
DockerClusterToDockerMachines is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of DockerMachines.
func (r *DockerMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, rerr error)
Reconcile handles DockerMachine events
func (r *DockerMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager will add watches for this controller
Package controllers imports 22 packages (graph) and is imported by 1 packages. Updated 2021-01-25. Refresh now. Tools for package owners.