Commit 576d1d24 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45408 from Carlory/fix-typo

Automatic merge from submit-queue fix typo in docker_container.go Signed-off-by: 's avatarCarlory <fanbaofa@gmail.com> **What this PR does / why we need it**: fix typo in docker_container.go **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # NONE **Special notes for your reviewer**: NONE **Release note**: ```release-note NONE ```
parents a4aaaf69 849454cd
......@@ -329,7 +329,7 @@ func (ds *dockerService) ContainerStatus(containerID string) (*runtimeapi.Contai
return nil, err
}
// Parse the timstamps.
// Parse the timestamps.
createdAt, startedAt, finishedAt, err := getContainerTimestamps(r)
if err != nil {
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", containerID, err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment