Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { WatchCalls []watchCall Started bool ReconcileRequests []reconcile.Request }
func (Controller) GetLogger ¶
func (c Controller) GetLogger() logr.Logger
func (*Controller) Watch ¶
func (c *Controller) Watch(s source.Source, h handler.EventHandler, ps ...predicate.Predicate) error
Click to show internal directories.
Click to hide internal directories.