var mutationDetectionEnabled …
func init() { … }
type MutationDetector …
func NewCacheMutationDetector(name string) MutationDetector { … }
type dummyMutationDetector …
func (dummyMutationDetector) Run(stopCh <-chan struct{ … }
func (dummyMutationDetector) AddObject(obj interface{ … }
type defaultCacheMutationDetector …
type cacheObj …
func (d *defaultCacheMutationDetector) Run(stopCh <-chan struct{ … }
func (d *defaultCacheMutationDetector) AddObject(obj interface{ … }
func (d *defaultCacheMutationDetector) CompareObjects() { … }