mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #16332 from janetkuo/fix-print-job
Auto commit by PR queue bot
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user