add application controller (#2652)
Signed-off-by: Jeff <zw0948@gmail.com>
This commit is contained in:
8
vendor/k8s.io/klog/klogr/README.md
generated
vendored
Normal file
8
vendor/k8s.io/klog/klogr/README.md
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Minimal Go logging using klog
|
||||
|
||||
This package implements the [logr interface](https://github.com/go-logr/logr)
|
||||
in terms of Kubernetes' [klog](https://github.com/kubernetes/klog). This
|
||||
provides a relatively minimalist API to logging in Go, backed by a well-proven
|
||||
implementation.
|
||||
|
||||
This is a BETA grade implementation.
|
||||
Reference in New Issue
Block a user