Documentation ¶
Overview ¶
Package controller provides types and functions for building Controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { Watch(src csource.Source, evthdler chandler.EventHandler, prct ...cpredicate.Predicate) error Start(ctx context.Context) error }
Controller represents a controller.
type Options ¶
type Options struct { Concurrency int Reconciler creconciler.Reconciler }
Options are the arguments for creating a new Controller.
Click to show internal directories.
Click to hide internal directories.