mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix formatting
This commit is contained in:
parent
cb7835bcb0
commit
a4e29f2481
@ -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,
|
||||
}},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user