Documentation ¶
Index ¶
- type PerformanceProfileReconciler
- func (r *PerformanceProfileReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *PerformanceProfileReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *PerformanceProfileReconciler) SetupWithManagerForHypershift(mgr ctrl.Manager, managementCluster cluster.Cluster) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerformanceProfileReconciler ¶
type PerformanceProfileReconciler struct { client.Client ManagementClient client.Client Recorder record.EventRecorder FeatureGate featuregates.FeatureGate ComponentsHandler components.Handler StatusWriter status.Writer }
PerformanceProfileReconciler reconciles a PerformanceProfile object
func (*PerformanceProfileReconciler) Reconcile ¶
func (r *PerformanceProfileReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a PerformanceProfile object and makes changes based on the state read and what is in the PerformanceProfile.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*PerformanceProfileReconciler) SetupWithManager ¶
func (r *PerformanceProfileReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates a new PerformanceProfile Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func (*PerformanceProfileReconciler) SetupWithManagerForHypershift ¶
Click to show internal directories.
Click to hide internal directories.