Files
kubernetes/pkg/controller/garbagecollector
Lukasz Szaszkiewicz 2d81cee900 changes the way gc detect that an object needs to be deleted
before this change, an object would be added to `attemptToDelete` queue only if `gc` detected the transition, simply by check if `deletionTimestamp` was set. After the change, it will check if `foregroundDeletion` finalizer has been set before adding the item to the queue.
2019-08-12 10:52:43 +02:00
..
2019-03-02 12:55:26 +08:00
2019-05-24 18:14:53 -07:00