Merge branch 'master' into crd-gen

Signed-off-by: runzexia <runzexia@yunify.com>

# Conflicts:
#	go.mod
#	go.sum
This commit is contained in:
runzexia
2019-07-31 11:31:41 +08:00
221 changed files with 16630 additions and 39 deletions

8
vendor/k8s.io/klog/klogr/README.md generated vendored Normal file
View 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.