Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreMasterPredicate ¶
IgnoreMasterPredicate holds predicate funcs
Types ¶
type ReconcileNodeKeeper ¶
type ReconcileNodeKeeper struct { Client client.Client ConfigManagerBuilder configmanager.ConfigManagerBuilder Machinery machinery.Machinery MetricsClientBuilder metrics.MetricsBuilder DrainstrategyBuilder drain.NodeDrainStrategyBuilder UpgradeConfigManagerBuilder upgradeconfigmanager.UpgradeConfigManagerBuilder Scheme *runtime.Scheme }
ReconcileNodeKeeper reconciles a NodeKeeper object
func (*ReconcileNodeKeeper) Reconcile ¶
func (r *ReconcileNodeKeeper) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile 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 (*ReconcileNodeKeeper) SetupWithManager ¶
func (r *ReconcileNodeKeeper) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.