Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { // the client to write resource updates DynamicClient dynamic.Interface // RestMapper is used to convert between gvk and gvr RestMapper meta.RESTMapper // InformerManager holds all the informers that we can use to read from InformerManager informer.Manager // PlacementControllerV1Alpha1 exposes the placement queue for the v1alpha1 reconciler to push to PlacementControllerV1Alpha1 controller.Controller // PlacementControllerV1Beta1 exposes the placement queue for the v1beta1 reconciler to push to. PlacementControllerV1Beta1 controller.Controller // Event recorder to indicate the which placement picks up this object Recorder record.EventRecorder }
Reconciler finds the placements that reference to any resource.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(_ context.Context, key controller.QueueKey) (ctrl.Result, error)
Click to show internal directories.
Click to hide internal directories.