Switch to klog/v2

This commit is contained in:
xing-yang
2020-11-03 04:00:37 +00:00
parent 5caa4bb520
commit 7efebbedec
8 changed files with 19 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ package webhook
import (
"crypto/tls"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// Config contains the server (the webhook) cert and key.