singleton

package
v0.0.0-...-a0fd766 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 7 Imported by: 17

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(reconciler Reconciler) reconcile.Reconciler

func Source

func Source() source.Source

Types

type Reconciler

type Reconciler interface {
	Reconcile(ctx context.Context) (reconcile.Result, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL