File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
measurement/util/informer Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ require (
59
59
k8s.io/component-base v0.29.7
60
60
k8s.io/component-helpers v0.29.7
61
61
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01
62
- k8s.io/klog v1.0.0
63
62
k8s.io/klog/v2 v2.130.1
64
63
k8s.io/kubelet v0.29.7
65
64
k8s.io/kubernetes v1.29.7
Original file line number Diff line number Diff line change @@ -2564,7 +2564,6 @@ k8s.io/controller-manager v0.29.7 h1:8FC9kQAm+BUTrAKyCS2uOaTXBytV3eEOIREfrFxaCjo
2564
2564
k8s.io/controller-manager v0.29.7 /go.mod h1:lAua8GONLnkPAHPSzU0POmvHLhsKeHbjHnVtEQPfUno =
2565
2565
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 h1:pWEwq4Asjm4vjW7vcsmijwBhOr1/shsbSYiWXmNGlks =
2566
2566
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 /go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E =
2567
- k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8 =
2568
2567
k8s.io/klog v1.0.0 /go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I =
2569
2568
k8s.io/klog/v2 v2.0.0 /go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE =
2570
2569
k8s.io/klog/v2 v2.2.0 /go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"k8s.io/client-go/dynamic"
26
26
"k8s.io/client-go/dynamic/dynamicinformer"
27
27
"k8s.io/client-go/tools/cache"
28
- "k8s.io/klog"
28
+ "k8s.io/klog/v2 "
29
29
"k8s.io/perf-tests/clusterloader2/pkg/util"
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ import (
20
20
"context"
21
21
"fmt"
22
22
"io"
23
- "k8s.io/klog"
24
23
"net/http"
25
-
26
24
"os"
27
25
"time"
28
26
29
27
"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
30
28
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
29
+
30
+ "k8s.io/klog/v2"
31
31
)
32
32
33
33
const (
You can’t perform that action at this time.
0 commit comments