Versions in this module Expand all Collapse all v0 v0.0.3 Jul 15, 2025 Changes in this version + func ContinueReconciling() (*reconcile.Result, error) + func DoNotRequeue() (*reconcile.Result, error) + func Evaluate(r *reconcile.Result, e error) (reconcile.Result, error) + func Requeue() (*reconcile.Result, error) + func RequeueWithDelay(dur time.Duration) (*reconcile.Result, error) + func RequeueWithDelayAndError(dur time.Duration, e error) (*reconcile.Result, error) + func RequeueWithError(e error) (*reconcile.Result, error) + func ShouldContinue(r *ctrl.Result, err error) bool + func ShouldHaltOrRequeue(r *ctrl.Result, err error) bool + func ShouldRequeue(r *ctrl.Result, err error) bool + type Fn = func(context.Context) (*ctrl.Result, error) + type FnWithRequest = func(context.Context, ctrl.Request) (*ctrl.Result, error)