kubernetes/pkg/controller/namespace
Andy Goldstein e8e87cb1c2 NS controller: don't stop deleting GVRs on error
If the namespace controller encounters an error trying to delete a
single GroupVersionResource, add the error to an aggregated list of
errors and continue attempting to delete all the GroupVersionResources
instead of stopping at the first error. Return the aggregated error list
(if any) when done. This allows us to delete as much of the content in
the namespace as we can in each pass.
2017-05-18 12:01:40 -04:00
..
deletion NS controller: don't stop deleting GVRs on error 2017-05-18 12:01:40 -04:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
namespace_controller.go Fix namespace controller logging to be consistent 2017-05-17 17:45:05 -04:00
OWNERS Update OWNERS 2016-12-12 17:55:18 -08:00