glog.Warningf("Pod[%d] (%s) from %s failed to convert to v1, ignoring: %v",i+1,format.Pod(pod),source,err)
glog.Warningf("Pod[%d] (%s) from %s failed validation due to duplicate pod name %q, ignoring",i+1,format.Pod(pod),source,pod.Name)
recorder.Eventf(pod,v1.EventTypeWarning,"FailedConversion","Error converting pod %s from %s, ignoring: %v",format.Pod(pod),source,err)
recorder.Eventf(pod,v1.EventTypeWarning,events.FailedValidation,"Error validating pod %s from %s due to duplicate pod name %q, ignoring",format.Pod(pod),source,pod.Name)