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 GoofyClusterReconciler ¶
type GoofyClusterReconciler struct { Client client.Client CloudManager cloud.Manager APIServerMux *server.WorkloadClustersMux // TODO: find a way to use an interface here // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
GoofyClusterReconciler reconciles a GoofyCluster object.
func (*GoofyClusterReconciler) SetupWithManager ¶
func (r *GoofyClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the reconciler with the Manager.
type GoofyMachineReconciler ¶
type GoofyMachineReconciler struct { Client client.Client CloudManager cloud.Manager APIServerMux *server.WorkloadClustersMux // TODO: find a way to use an interface here // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
GoofyMachineReconciler reconciles a GoofyMachine object.
func (*GoofyMachineReconciler) SetupWithManager ¶
func (r *GoofyMachineReconciler) 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.