mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
fix typo in kubelet
This commit is contained in:
parent
8bee44b65f
commit
c79b0c797f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user