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
..
config auto-generated file 2019-03-02 12:55:26 +08:00
metaonly generated 2019-05-24 18:14:53 -07:00
BUILD Switch the garbage collector to use metadata client and protobuf 2019-07-11 12:18:51 -04:00
dump_test.go Fixup gonum.org/v1/gonum/graph API calls 2019-04-08 15:20:46 -04:00
dump.go Fixup gonum.org/v1/gonum/graph API calls 2019-04-08 15:20:46 -04:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector_test.go cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
garbagecollector.go Switch the garbage collector to use metadata client and protobuf 2019-07-11 12:18:51 -04:00
graph_builder.go changes the way gc detect that an object needs to be deleted 2019-08-12 10:52:43 +02:00
graph.go Requeue unobserved nodes in attemptToDelete 2017-12-21 14:00:07 -05:00
operations.go Switch the garbage collector to use metadata client and protobuf 2019-07-11 12:18:51 -04:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
patch.go Switch the garbage collector to use metadata client and protobuf 2019-07-11 12:18:51 -04:00
uid_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00