Files
kubernetes/pkg/controller
Alessio Attilio ae3163eeca Fix issue 136525: Handle NotFound errors in garbage collector
When objects are deleted externally (e.g., pods deleted directly after
job deletion), the garbage collector should not log errors. This change
adds explicit NotFound error handling in attemptToDeleteItem to enqueue
virtual delete events when deleteObject returns NotFound, treating
external deletion as a successful outcome.

This follows the same pattern already used when getObject returns
NotFound, ensuring consistency across the function.
2026-02-13 00:01:22 +01:00
..
2026-01-29 17:55:08 -05:00
2026-01-13 19:46:34 +00:00
2025-08-04 19:12:13 +00:00