mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Revert "Using util.Time for ContainerStatus"
This commit is contained in:
@@ -578,7 +578,7 @@ func TestFillPodInfo(t *testing.T) {
|
||||
"net": {
|
||||
State: api.ContainerState{
|
||||
Running: &api.ContainerStateRunning{
|
||||
StartedAt: util.Time{expectedTime},
|
||||
StartedAt: expectedTime,
|
||||
},
|
||||
},
|
||||
RestartCount: 1,
|
||||
|
Reference in New Issue
Block a user