returnadmission.NewForbidden(a,fmt.Errorf("priority class names with '%v' prefix are reserved for system use only: %v",SystemPriorityClassPrefix,pc.Name))
}
if_,ok:=SystemPriorityClasses[pc.Name];ok{
returnadmission.NewForbidden(a,fmt.Errorf("the name of the priority class is a reserved name for system use only: %v",pc.Name))