Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RequeueImmediately is a constant that allows for immediate RequeueAfter when you want to run your // singleton controller as hot as possible in a fast requeuing loop RequeueImmediately = 1 * time.Nanosecond )
Variables ¶
This section is empty.
Functions ¶
func AsReconciler ¶
func AsReconciler(rec Reconciler) reconcile.Reconciler
AsReconciler creates a controller-runtime reconciler from a singleton reconciler
Types ¶
type Reconciler ¶
type Reconciler interface {
Reconcile(ctx context.Context) (reconciler.Result, error)
}
Reconciler defines the interface for singleton reconcilers
Click to show internal directories.
Click to hide internal directories.