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