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
|
|
@ -34,7 +34,7 @@ import (
|
|||
"k8s.io/client-go/tools/clientcmd"
|
||||
"k8s.io/client-go/transport"
|
||||
"k8s.io/component-base/logs"
|
||||
"k8s.io/klog"
|
||||
"k8s.io/klog/v2"
|
||||
"k8s.io/sample-apiserver/pkg/apiserver"
|
||||
|
||||
basecmd "github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/cmd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue