pkg/*,cmd/*: move to k8s.io/klog/v2

This commit is contained in:
Sergiusz Urbaniak 2020-10-28 15:48:05 +01:00
parent b9e5a71d72
commit a858d53495
10 changed files with 10 additions and 10 deletions

View file

@ -21,7 +21,7 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
pmodel "github.com/prometheus/common/model"
"k8s.io/klog"
"k8s.io/klog/v2"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"