mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-20 17:42:40 -04:00
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. |
||
|---|---|---|
| .. | ||
| config | ||
| metaonly | ||
| BUILD | ||
| dump.go | ||
| dump_test.go | ||
| errors.go | ||
| garbagecollector.go | ||
| garbagecollector_test.go | ||
| graph.go | ||
| graph_builder.go | ||
| operations.go | ||
| OWNERS | ||
| patch.go | ||
| uid_cache.go | ||