Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { // Client is used to retrieve objects, it is often more convenient than lister. Client client.Client Recorder record.EventRecorder // DynamicClient used to fetch arbitrary resources. DynamicClient dynamic.Interface RestMapper meta.RESTMapper InformerManager utils.InformerManager // the handler of the placement controller PlacementController controller.Controller }
Reconciler finds the placements that reference to any resource.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, key controller.QueueKey) (ctrl.Result, error)
Click to show internal directories.
Click to hide internal directories.