allErrs=append(allErrs,field.Invalid(fldPath.Index(i).Child("name"),s.Name,fmt.Sprintf("must have at most %d characters and match regex %s",SysctlMaxLength,SysctlFmt)))
allErrs=append(allErrs,field.Invalid(fldPath.Child("shareProcessNamespace"),*securityContext.ShareProcessNamespace,"ShareProcessNamespace and HostPID cannot both be enabled"))