containerd/vendor/k8s.io/utils/clock
Daniel Canter d1c49781ed go.mod: Bump k8s deps to v0.24.0
This ends up bumping the prometheus client as well.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
2022-05-06 13:37:15 -07:00
..
testing go.mod: Bump k8s deps to v0.24.0 2022-05-06 13:37:15 -07:00
clock.go go.mod: Bump k8s deps to v0.24.0 2022-05-06 13:37:15 -07:00
README.md cleanup: import from k8s.io/utils/clock instead 2021-09-30 23:27:20 +08:00

Clock

This package provides an interface for time-based operations. It allows mocking time for testing.