kops/vendor/k8s.io/klog/v2/klogr
Peter Rifel bae8150e12
Update more klog v1 references to v2
I missed these in the previous PR. This removes the direct dependency on v1 entirely.
The kubernetes 1.19 upgrade will remove the indirect reference on v1.
2020-08-17 07:44:48 -05:00
..
BUILD.bazel Update more klog v1 references to v2 2020-08-17 07:44:48 -05:00
README.md Update more klog v1 references to v2 2020-08-17 07:44:48 -05:00
klogr.go Update more klog v1 references to v2 2020-08-17 07:44:48 -05:00

README.md

Minimal Go logging using klog

This package implements the logr interface in terms of Kubernetes' klog. This provides a relatively minimalist API to logging in Go, backed by a well-proven implementation.

This is a BETA grade implementation.