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

@ -28,7 +28,7 @@ import (
"time"
"github.com/prometheus/common/model"
"k8s.io/klog"
"k8s.io/klog/v2"
)
// APIClient is a raw client to the Prometheus Query API.