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