Commit c79b0c79 authored by zhengjiajin's avatar zhengjiajin

fix typo in kubelet

parent 8bee44b6
...@@ -305,7 +305,7 @@ func (ds *dockerService) PodSandboxStatus(podSandboxID string) (*runtimeapi.PodS ...@@ -305,7 +305,7 @@ func (ds *dockerService) PodSandboxStatus(podSandboxID string) (*runtimeapi.PodS
return nil, err return nil, err
} }
// Parse the timstamps. // Parse the timestamps.
createdAt, _, _, err := getContainerTimestamps(r) createdAt, _, _, err := getContainerTimestamps(r)
if err != nil { if err != nil {
return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", podSandboxID, err) return nil, fmt.Errorf("failed to parse timestamp for container %q: %v", podSandboxID, 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