mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Out of place test table
This commit is contained in:
parent
c90d62d512
commit
f966a51fc0
@ -376,7 +376,14 @@ func TestMakePodStatus(t *testing.T) {
|
|||||||
status api.PodStatus
|
status api.PodStatus
|
||||||
test string
|
test string
|
||||||
}{
|
}{
|
||||||
{&api.Pod{DesiredState: desiredState, CurrentState: currentState}, api.PodWaiting, "waiting"},
|
{
|
||||||
|
&api.Pod{
|
||||||
|
DesiredState: desiredState,
|
||||||
|
CurrentState: currentState,
|
||||||
|
},
|
||||||
|
api.PodWaiting,
|
||||||
|
"waiting",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
&api.Pod{
|
&api.Pod{
|
||||||
DesiredState: desiredState,
|
DesiredState: desiredState,
|
||||||
|
Loading…
Reference in New Issue
Block a user