mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
Automatic merge from submit-queue (batch tested with PRs 65339, 65343, 65324, 65335, 65367). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. make sure delete waiting doesn't re-evaluate the resource lists Fixes https://github.com/kubernetes/kubernetes/issues/65366 ```release-note Prevents a `kubectl delete` hang when deleting controller managed lists ``` @kubernetes/sig-cli-maintainers