package
0.1.0
Repository: https://github.com/chriskery/kubecluster.git
Documentation: pkg.go.dev

# 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.