Change klog flag version to v2

This commit is contained in:
chenbingshen.invoker
2021-11-18 18:29:26 +08:00
parent 269ef14a7a
commit 70c7745444

View File

@@ -22,7 +22,7 @@ import (
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/spf13/pflag" "github.com/spf13/pflag"
"k8s.io/klog" "k8s.io/klog/v2"
) )
type mapVar map[string]string type mapVar map[string]string