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

@ -18,7 +18,7 @@ import (
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/klog"
"k8s.io/klog/v2"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
"github.com/directxman12/k8s-prometheus-adapter/pkg/naming"