keyctl/vendor/k8s.io/klog/v2/internal/clock
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-12-20 20:20:50 +01:00
..
clock.go updated dependencies 2023-12-20 20:20:50 +01:00
README.md updated dependencies 2023-12-20 20:20:50 +01: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).