1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/vendor/k8s.io/klog/klogr
2019-05-22 20:33:19 -07:00
..
klogr.go check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
klogr_test.go check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00
README.md check in vendor and code generated by code-gen 2019-05-22 20:33:19 -07:00

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.