// prior to final deletion, we must ensure that finalizers is empty
// prior to final deletion, we must ensure that finalizers is empty
iflen(namespace.Spec.Finalizers)!=0{
iflen(namespace.Spec.Finalizers)!=0{
err=apierrors.NewConflict(api.Resource("namespaces"),namespace.Name,fmt.Errorf("The system is ensuring all content is removed from this namespace. Upon completion, this namespace will automatically be purged by the system."))
err=apierrors.NewConflict(api.Resource("namespaces"),namespace.Name,fmt.Errorf("The system is ensuring all content is removed from this namespace. Upon completion, this namespace will automatically be purged by the system."))