Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { manager.Runnable Watch(src source.Source, eventhandler handler.EventHandler, predicates ...predicate.Predicate) error }
func NewController ¶
func NewController(name string, mgr manager.Manager, reconciler Reconciler) (Controller, error)
NewController returns a controller that can be stopped from the Reconciler implementation.
type Reconciler ¶
Reconciler interface extends reconcile.Reconciler interface with the option to stop the reconciliation.
Click to show internal directories.
Click to hide internal directories.