allErrs=append(allErrs,field.Invalid(specPath.Child("activeDeadlineSeconds"),newActiveDeadlineSeconds,"must be less than or equal to previous value"))
returnallErrs
}
}
}elseifoldPod.Spec.ActiveDeadlineSeconds!=nil{
allErrs=append(allErrs,field.Invalid(specPath.Child("activeDeadlineSeconds"),newPod.Spec.ActiveDeadlineSeconds,"must not update from a positive integer to nil value"))
}
// handle updateable fields by munging those fields prior to deep equal comparison.