Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/vendor/k8s.io/klog/v2/internal/clock
iwilltry42 ced74cfd90
chore: update dependencies and go version
7 months ago
..
README.md update deps 2 years ago
clock.go chore: update dependencies and go version 7 months ago

README.md

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).