Commit 9ebfe966 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46286 from zjj2wry/timstamps-timestamps

Automatic merge from submit-queue (batch tested with PRs 45587, 46286) fix typo in kubelet **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 1602e2a3 c79b0c79
...@@ -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