// However, older client code accidentally sets event.Namespace
// to api.NamespaceDefault, so we accept that too, but "" is preferred.
ifevent.InvolvedObject.Kind=="Node"&&
event.Namespace!=api.NamespaceDefault&&
event.Namespace!=""{
allErrs=append(allErrs,validation.NewInvalidError(validation.NewFieldPath("involvedObject","namespace"),event.InvolvedObject.Namespace,"namespace is not required for node"))