kubernetes/pkg/controller/namespace
Kubernetes Submit Queue c1f47581fa Merge pull request #32524 from derekwaynecarr/ns-controller-finalizer
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
2016-09-12 19:07:06 -07:00
..
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
namespace_controller_test.go only store typeMeta and objectMeta in the gc store 2016-08-08 17:23:13 -07:00
namespace_controller_utils.go Namespace controller does not treat objects with finalizers as an error condition 2016-09-12 17:30:00 -04:00
namespace_controller.go change infof to Errorf in some codes 2016-09-12 15:55:42 +08:00