tidb-operator icon indicating copy to clipboard operation
tidb-operator copied to clipboard

Why do some Delete interfaces in FakeControl not clean up resources in cache.Indexer?

Open happy-v587 opened this issue 1 year ago • 0 comments

Question

In FakePodControl, the delete function will call c.PodIndexer.Delete(pod)

But in FakeStatefulSetControl or FakeJobControl are not call Indexer.Delete

why?

happy-v587 avatar Jun 06 '23 04:06 happy-v587