mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 01:26:28 +00:00
fix typo in docker_container.go
Signed-off-by: Carlory <fanbaofa@gmail.com>
This commit is contained in:
parent
ee39d359dd
commit
849454cd72
@ -336,7 +336,7 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse the timstamps.
|
// Parse the timestamps.
|
||||||
createdAt, startedAt, finishedAt, err := getContainerTimestamps(r)
|
createdAt, startedAt, finishedAt, err := getContainerTimestamps(r)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", containerID, err)
|
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", containerID, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user