Documentation ¶
Overview ¶
Package clusterresourceplacement features a controller that enqueues CRPs for the scheduler to process where the CRP is marked for deletion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { // Client is the client the controller uses to access the hub cluster. client.Client // SchedulerWorkQueue is the workqueue in use by the scheduler. SchedulerWorkQueue queue.ClusterResourcePlacementSchedulingQueueWriter }
Reconciler reconciles the deletion of a CRP.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the manager.
Click to show internal directories.
Click to hide internal directories.