Merge pull request #16332 from janetkuo/fix-print-job

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-29 06:43:26 -07:00
commit 55d03fd102
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ func printJob(job *extensions.Job, w io.Writer, withNamespace bool, wide bool, s
}
selector, _ := extensions.PodSelectorAsSelector(job.Spec.Selector)
_, err := fmt.Fprintf(w, "%s\t%s\t%s\t%s\t%d\n",
_, err := fmt.Fprintf(w, "%s\t%s\t%s\t%s\t%d",
name,
firstContainer.Name,
firstContainer.Image,