Documentation ¶
Overview ¶
Package nsoffctrl contains the logic to reconcile NamespaceOffloading resources and appropriately populate NamespaceMaps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceOffloadingReconciler ¶
type NamespaceOffloadingReconciler struct { client.Client Recorder record.EventRecorder LocalCluster discoveryv1alpha1.ClusterIdentity // contains filtered or unexported fields }
NamespaceOffloadingReconciler reconciles NamespaceOffloading resources, and appropriately updates the corresponding NamespaceMaps.
func (*NamespaceOffloadingReconciler) Reconcile ¶
func (r *NamespaceOffloadingReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, err error)
Reconcile implements the NamespaceOffloading reconciliation logic.
func (*NamespaceOffloadingReconciler) SetupWithManager ¶
func (r *NamespaceOffloadingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager reconciles NamespaceOffloading Resources.
Click to show internal directories.
Click to hide internal directories.