allErrs=append(allErrs,field.Invalid(scPath.Child("allowPrivilegeEscalation"),allowEscalation,"Allowing privilege escalation for containers is not allowed"))
allErrs=append(allErrs,field.Invalid(scPath.Child("allowPrivilegeEscalation"),allowEscalation,"Allowing privilege escalation for containers is not allowed"))
allErrs=append(allErrs,field.Invalid(scPath.Child("allowPrivilegeEscalation"),*allowEscalation,"Allowing privilege escalation for containers is not allowed"))