Skip to content

Commit ccd2acf

Browse files
authored
Remove custom metrics test adapter (#590)
1 parent 398f1b8 commit ccd2acf

File tree

3 files changed

+1
-451
lines changed

3 files changed

+1
-451
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ require (
1818
k8s.io/apimachinery v0.26.2
1919
k8s.io/apiserver v0.26.2
2020
k8s.io/client-go v0.26.2
21-
k8s.io/component-base v0.26.2
2221
k8s.io/klog/v2 v2.90.1
2322
k8s.io/metrics v0.26.2
2423
sigs.k8s.io/custom-metrics-apiserver v0.0.0
@@ -106,6 +105,7 @@ require (
106105
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
107106
gopkg.in/yaml.v2 v2.4.0 // indirect
108107
gopkg.in/yaml.v3 v3.0.1 // indirect
108+
k8s.io/component-base v0.26.2 // indirect
109109
k8s.io/kms v0.26.2 // indirect
110110
k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect
111111
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect

Diff for: pkg/controller/metrics/test-adapter/main.go

-97
This file was deleted.

0 commit comments

Comments
 (0)