allErrs=append(allErrs,field.Invalid(fldPath.Child("deletionGracePeriodSeconds"),newMeta.DeletionGracePeriodSeconds,"field is immutable; may only be changed via deletion"))
allErrs=append(allErrs,field.Invalid(fldPath.Child("deletionTimestamp"),newMeta.DeletionTimestamp,"field is immutable; may only be changed via deletion"))
}
// Reject updates that don't specify a resource version
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."))