Versions in this module Expand all Collapse all v0 v0.0.8 Sep 29, 2021 Changes in this version + type Controller struct + ReconcileRequests []reconcile.Request + Started bool + WatchCalls []watchCall + func (c *Controller) Reconcile(_ context.Context, r reconcile.Request) (reconcile.Result, error) + func (c *Controller) Start(ctx context.Context) error + func (c *Controller) Watch(s source.Source, h handler.EventHandler, ps ...predicate.Predicate) error + func (c Controller) GetLogger() logr.Logger