Closed rfranzke closed 3 years ago
How to categorize this PR?
/area robustness /kind enhancement
What this PR does / why we need it: This PR includes two minor improvements for the garbage collector:
LIST
10m
/squash
Release note:
The garbage collector now only considers objects older than `10m`.
How to categorize this PR?
/area robustness /kind enhancement
What this PR does / why we need it: This PR includes two minor improvements for the garbage collector:
LIST
call, all objects are now first collected and then processed.10m
) are not considered for garbage collection to prevent undesired race conditions./squash
Release note: