tidb-operator
tidb-operator copied to clipboard
Why do some Delete interfaces in FakeControl not clean up resources in cache.Indexer?
Question
In FakePodControl
, the delete function will call c.PodIndexer.Delete(pod)
But in FakeStatefulSetControl
or FakeJobControl
are not call Indexer.Delete
why?