mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Use util.Time consistently in types.go
This commit is contained in:
@@ -578,7 +578,7 @@ func TestFillPodInfo(t *testing.T) {
|
||||
"net": {
|
||||
State: api.ContainerState{
|
||||
Running: &api.ContainerStateRunning{
|
||||
StartedAt: expectedTime,
|
||||
StartedAt: util.NewTime(expectedTime),
|
||||
},
|
||||
},
|
||||
RestartCount: 1,
|
||||
|
Reference in New Issue
Block a user