mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Remove extra format in kubectl describe
This commit is contained in:
		@@ -202,7 +202,7 @@ func describeEvents(el *api.EventList, w io.Writer) {
 | 
			
		||||
	sort.Sort(SortableEvents(el.Items))
 | 
			
		||||
	fmt.Fprint(w, "Events:\nTime\tFrom\tSubobjectPath\tReason\tMessage\n")
 | 
			
		||||
	for _, e := range el.Items {
 | 
			
		||||
		fmt.Fprintf(w, "%s\t%v\t%v\t%v\t%v\t%v\n",
 | 
			
		||||
		fmt.Fprintf(w, "%s\t%v\t%v\t%v\t%v\n",
 | 
			
		||||
			e.Timestamp.Time.Format(time.RFC1123Z),
 | 
			
		||||
			e.Source,
 | 
			
		||||
			e.InvolvedObject.FieldPath,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user