1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00
Files
descheduler/vendor/k8s.io/klog/v2/internal/clock
2022-04-21 09:11:04 +08:00
..
2022-04-21 09:11:04 +08:00
2022-04-21 09:11:04 +08: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).