mirror of https://github.com/kubernetes/kops.git
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. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| README.md | ||
| klogr.go | ||
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.