Imports of package clock

PathSynopsis
container/heapPackage heap provides heap operations for any type that implements heap.Interface.
k8s.io/apimachinery/pkg/util/clock
k8s.io/apiserver/pkg/util/flowcontrol/counter
k8s.io/klogPackage klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.