Versions in this module Expand all Collapse all v0 v0.1.0 Oct 9, 2023 Changes in this version + func GenExpectationGenericKey(clusterKey string, replicaType string, pl string) string + func LoggerForGenericKind(obj metav1.Object, kind string) *log.Entry + func OnDependentCreateFunc(...) func(event.CreateEvent) bool + func OnDependentCreateFuncGeneric(...) func(event.CreateEvent) bool + func OnDependentDeleteFunc(...) func(event.DeleteEvent) bool + func OnDependentDeleteFuncGeneric(...) func(event.DeleteEvent) bool + func OnDependentUpdateFunc(cc *ctrlcommon.ClusterController) func(updateEvent event.UpdateEvent) bool + func OnDependentUpdateFuncGeneric(jc *ctrlcommon.ClusterController) func(updateEvent event.UpdateEvent) bool + func SatisfiedExpectations(exp expectation.ControllerExpectationsInterface, clusterKey string, ...) bool + type FakeWorkQueue struct + func (f *FakeWorkQueue) Add(item interface{}) + func (f *FakeWorkQueue) AddAfter(item interface{}, duration time.Duration) + func (f *FakeWorkQueue) AddRateLimited(item interface{}) + func (f *FakeWorkQueue) Done(item interface{}) + func (f *FakeWorkQueue) Forget(item interface{}) + func (f *FakeWorkQueue) Get() (item interface{}, shutdown bool) + func (f *FakeWorkQueue) Len() int + func (f *FakeWorkQueue) NumRequeues(item interface{}) int + func (f *FakeWorkQueue) ShutDown() + func (f *FakeWorkQueue) ShutDownWithDrain() + func (f *FakeWorkQueue) ShuttingDown() bool