mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	Fix formatting
This commit is contained in:
		| @@ -887,7 +887,7 @@ var _ = framework.KubeDescribe("Pods", func() { | ||||
|  | ||||
| 		testPod := v1.Pod{ | ||||
| 			ObjectMeta: metav1.ObjectMeta{ | ||||
| 				Name: testPodName, | ||||
| 				Name:   testPodName, | ||||
| 				Labels: testPodLabels, | ||||
| 			}, | ||||
| 			Spec: v1.PodSpec{ | ||||
| @@ -925,7 +925,7 @@ var _ = framework.KubeDescribe("Pods", func() { | ||||
| 			}, | ||||
| 			Spec: v1.PodSpec{ | ||||
| 				Containers: []v1.Container{{ | ||||
| 					Name: testPodName, | ||||
| 					Name:  testPodName, | ||||
| 					Image: testPodImage2, | ||||
| 				}}, | ||||
| 			}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user