ceph-csi/api/vendor/k8s.io/klog/v2/internal/clock
Niels de Vos ce603fb47e rebase: update to latest github.com/openshift/api version
Also vendor all dependencies.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-01-22 07:16:53 +00:00
..
clock.go rebase: update to latest github.com/openshift/api version 2024-01-22 07:16:53 +00:00
README.md rebase: update to latest github.com/openshift/api version 2024-01-22 07:16:53 +00:00

Clock

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

This is a copy of k8s.io/utils/clock. We have to copy it to avoid a circular dependency (k8s.io/klog -> k8s.io/utils -> k8s.io/klog).