Merge pull request #985 from cbsfly/fix-klog

Change klog flag version to v2
This commit is contained in:
Brian Goff
2021-11-23 07:28:04 -08:00
committed by GitHub

View File

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