mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
update expected ordering
in apply test.
This commit is contained in:
parent
a4f6152743
commit
fbc8ac9c96
@ -1366,12 +1366,12 @@ func TestExtractModifyApply_ForceOwnership(t *testing.T) {
|
|||||||
WithTemplate(corev1ac.PodTemplateSpec().
|
WithTemplate(corev1ac.PodTemplateSpec().
|
||||||
WithSpec(corev1ac.PodSpec().
|
WithSpec(corev1ac.PodSpec().
|
||||||
WithContainers(
|
WithContainers(
|
||||||
corev1ac.Container().
|
|
||||||
WithName("nginx").
|
|
||||||
WithWorkingDir("/tmp/v2"),
|
|
||||||
corev1ac.Container().
|
corev1ac.Container().
|
||||||
WithName("sidecar").
|
WithName("sidecar").
|
||||||
WithImage("nginx:1.14.3"),
|
WithImage("nginx:1.14.3"),
|
||||||
|
corev1ac.Container().
|
||||||
|
WithName("nginx").
|
||||||
|
WithWorkingDir("/tmp/v2"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user