mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 02:15:27 +00:00
Automatic merge from submit-queue CRI: Change dockershim to use UnixNano instead of Unix. Fixes https://github.com/kubernetes/kubernetes/issues/34492. This PR changes the dockershim to use `UnixNano` instead of `Unix` to return timestamp in nanoseconds. @yujuhong