mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
pkg/*,cmd/*: move to k8s.io/klog/v2
This commit is contained in:
parent
b9e5a71d72
commit
a858d53495
10 changed files with 10 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue