mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-19 00:55:37 -04:00
Automatic merge from submit-queue Namespace Controller handles items with finalizers gracefully This PR does the following: 1. ensures the "orphan" finalizer is not added to items during DELETE COLLECTION calls 2. does not treat presence of a finalizer as an unexpected error condition. The 15s wait should only happen when finalizers not added by GC are used. I am aware of any finalizer like that at this time. Fixes https://github.com/kubernetes/kubernetes/issues/32519 |
||
|---|---|---|
| .. | ||
| doc.go | ||
| namespace_controller.go | ||
| namespace_controller_test.go | ||
| namespace_controller_utils.go | ||