kubernetes/pkg/controller/namespace/deletion
Clayton Coleman 9ad1f80fdc
DeleteCollection should include uninitialized resources
Users who delete a collection expect all resources to be deleted, and
users can also delete an uninitialized resource. To preserve this
expectation, DeleteCollection selects all resources regardless of
initialization.

The namespace controller should list uninitialized resources in order to
gate cleanup of a namespace.
2017-06-07 17:50:57 -04:00
..
BUILD NS controller: don't stop deleting GVRs on error 2017-05-18 12:01:40 -04:00
namespaced_resources_deleter_test.go Updating federation namespace controller to share namespaced resources deletion code with kube namespace controller 2017-02-06 10:50:40 -08:00
namespaced_resources_deleter.go DeleteCollection should include uninitialized resources 2017-06-07 17:50:57 -04:00