kubernetes/pkg/controller/garbagecollector
Sam Dowell 1c1f00a5f4 fix: add RV check on GC delete calls
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.
2025-07-02 11:01:56 -07:00
..
config remove import doc comments 2024-12-02 16:59:34 +01:00
metaonly generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
metrics add gc metrics and collect sync errors 2022-02-04 20:21:30 +01:00
testdata Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
dump.go Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
dump_test.go replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector.go fix: add RV check on GC delete calls 2025-07-02 11:01:56 -07:00
garbagecollector_test.go fix: add RV check on GC delete calls 2025-07-02 11:01:56 -07:00
graph.go garbagecollector: structured logging of objectReference 2023-03-08 08:37:56 -05:00
graph_builder.go Merge pull request #123184 from googs1025/delete_repeat_comments 2024-06-24 16:48:32 -07:00
graph_builder_test.go Add GC unit tests 2020-11-17 10:49:32 -05:00
operations.go fix: add RV check on GC delete calls 2025-07-02 11:01:56 -07:00
OWNERS Add api-machinery TL owners permissions for jpbetz 2023-05-15 11:09:54 -04:00
patch.go fix: 81134: fix unsafe json for ReleaseControllerRevision (#104049) 2021-11-05 06:33:52 -07:00
uid_cache.go Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru 2024-11-04 10:51:13 -05:00