added better logging
This commit is contained in:
parent
569812c855
commit
118cfd91de
86 changed files with 3774 additions and 8455 deletions
7
vendor/k8s.io/klog/v2/internal/clock/README.md
generated
vendored
Normal file
7
vendor/k8s.io/klog/v2/internal/clock/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue