# Functions
GenExpectationGenericKey generates an expectation key for {Kind} of a cluster.
LoggerForGenericKind generates log entry for generic Kubernetes resource Kind.
OnDependentCreateFunc modify expectations when dependent (pod/service) creation observed.
OnDependentCreateFuncGeneric modify expectations when dependent (pod/service) creation observed.
OnDependentDeleteFunc modify expectations when dependent (pod/service) deletion observed.
OnDependentDeleteFuncGeneric modify expectations when dependent (pod/service) deletion observed.
OnDependentUpdateFunc modify expectations when dependent (pod/service) update observed.
OnDependentUpdateFuncGeneric modify expectations when dependent (pod/service) update observed.
SatisfiedExpectations returns true if the required adds/dels for the given mxcluster have been observed.
# Structs
FakeWorkQueue implements RateLimitingInterface but actually does nothing.