mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
fix typo in docker_container.go
Signed-off-by: Carlory <fanbaofa@gmail.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user