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

@ -34,7 +34,7 @@ import (
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/dynamic"
"k8s.io/klog"
"k8s.io/klog/v2"
"k8s.io/metrics/pkg/apis/custom_metrics"
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"

View file

@ -27,7 +27,7 @@ import (
prom "github.com/directxman12/k8s-prometheus-adapter/pkg/client"
"github.com/directxman12/k8s-prometheus-adapter/pkg/naming"
pmodel "github.com/prometheus/common/model"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// NB: container metrics sourced from cAdvisor don't consistently follow naming conventions,