mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 09:10:12 -04:00
It was possible that the object was changed between the live Get and Delete calls while processing an attempt to delete, causing incorrect deletion of objects by the garbage collector. A defensive resourceVersion precondition is added to the delete call to ensure that the object was properly classified for deletion. |
||
|---|---|---|
| .. | ||
| config | ||
| metaonly | ||
| metrics | ||
| testdata | ||
| dump.go | ||
| dump_test.go | ||
| errors.go | ||
| garbagecollector.go | ||
| garbagecollector_test.go | ||
| graph.go | ||
| graph_builder.go | ||
| graph_builder_test.go | ||
| operations.go | ||
| OWNERS | ||
| patch.go | ||
| uid_cache.go | ||