Versions in this module Expand all Collapse all v0 v0.0.4 Aug 28, 2020 v0.0.3 Aug 28, 2020 Changes in this version + type MockController struct + WatchCalls []WatchCall + func (m *MockController) Reconcile(reconcile.Request) (reconcile.Result, error) + func (m *MockController) Start(stop <-chan struct{}) error + func (m *MockController) Watch(src source.Source, eventhandler handler.EventHandler, ...) error + type WatchCall struct + Eventhandler handler.EventHandler + Predicates []predicate.Predicate + Src source.Source