Documentation ¶
Overview ¶
Package controllers provides access to reconcilers implemented in internal/controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerClusterReconciler ¶
type DockerClusterReconciler struct { Client client.Client ContainerRuntime container.Runtime // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
DockerClusterReconciler reconciles a DockerMachine object.
func (*DockerClusterReconciler) SetupWithManager ¶
func (r *DockerClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the reconciler with the Manager.
type DockerMachineReconciler ¶
type DockerMachineReconciler struct { Client client.Client ContainerRuntime container.Runtime ClusterCache clustercache.ClusterCache // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
DockerMachineReconciler reconciles a DockerMachine object.
func (*DockerMachineReconciler) SetupWithManager ¶
func (r *DockerMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the reconciler with the Manager.
Click to show internal directories.
Click to hide internal directories.