mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +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{
|
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,
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user