File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ require (
18
18
k8s.io/client-go v0.25.3
19
19
k8s.io/code-generator v0.25.3
20
20
k8s.io/component-base v0.25.3
21
- k8s.io/klog v1.0.0
22
21
k8s.io/klog/v2 v2.70.1
23
22
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
24
23
)
Original file line number Diff line number Diff line change @@ -1662,7 +1662,6 @@ k8s.io/gengo v0.0.0-20211129171323-c02415ce4185/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAE
1662
1662
k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
1663
1663
k8s.io/klog v0.3.0 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
1664
1664
k8s.io/klog v0.4.0 /go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I =
1665
- k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8 =
1666
1665
k8s.io/klog v1.0.0 /go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I =
1667
1666
k8s.io/klog/v2 v2.0.0 /go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE =
1668
1667
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 @@ -2,7 +2,7 @@ package builder
2
2
3
3
import (
4
4
"github.com/spf13/pflag"
5
- "k8s.io/klog"
5
+ "k8s.io/klog/v2 "
6
6
"sigs.k8s.io/apiserver-runtime/internal/sample-apiserver/pkg/cmd/server"
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package builder
19
19
import (
20
20
"strings"
21
21
22
- "k8s.io/klog"
22
+ "k8s.io/klog/v2 "
23
23
24
24
"k8s.io/apimachinery/pkg/runtime/schema"
25
25
regsitryrest "k8s.io/apiserver/pkg/registry/rest"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package main
20
20
import (
21
21
_ "k8s.io/client-go/plugin/pkg/client/auth" // register auth plugins
22
22
"k8s.io/component-base/logs"
23
- "k8s.io/klog"
23
+ "k8s.io/klog/v2 "
24
24
"sigs.k8s.io/apiserver-runtime/pkg/builder"
25
25
"sigs.k8s.io/apiserver-runtime/sample/pkg/apis/sample/v1alpha1"
26
26
"sigs.k8s.io/apiserver-runtime/sample/pkg/generated/openapi"
You can’t perform that action at this time.
0 commit comments