returnadmission.NewForbidden(a,fmt.Errorf("error looking up service account %s/%s: %v",a.GetNamespace(),pod.Spec.ServiceAccountName,err))
}
ifserviceAccount==nil{
// TODO: convert to a ServerTimeout error (or other error that sends a Retry-After header)
returnadmission.NewForbidden(a,fmt.Errorf("service account %s/%s was not found, retry after the service account is created",a.GetNamespace(),pod.Spec.ServiceAccountName))