Files
kubernetes/pkg/controller
Kubernetes Submit Queue 821e171247 Merge pull request #35950 from nikhiljindal/nsdelreuse
Automatic merge from submit-queue

federation: Refactoring namespaced resources deletion code from kube ns controller and sharing it with fed ns controller

Ref https://github.com/kubernetes/kubernetes/issues/33612

Refactoring code in kube namespace controller to delete all resources in a namespace when the namespace is deleted. Refactored this code into a separate NamespacedResourcesDeleter class and calling it from federation namespace controller.
This is required for enabling cascading deletion of namespaced resources in federation apiserver.
Before this PR, we were directly deleting the namespaced resources and assuming that they go away immediately. With cascading deletion, we will have to wait for the corresponding controllers to first delete the resources from underlying clusters and then delete the resource from federation control plane. NamespacedResourcesDeleter has this waiting logic.

cc @kubernetes/sig-federation-misc @caesarxuchao @derekwaynecarr @mwielgus
2017-02-06 18:10:58 -08:00
..
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-01-30 12:46:59 -05:00
2017-02-02 15:19:04 +01:00
2017-01-25 08:29:45 -05:00
2017-02-06 10:50:40 -08:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-02-03 08:15:46 +01:00
2016-10-13 16:10:24 -07:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2016-07-16 13:48:21 -04:00
2016-11-02 16:19:30 -07:00