Skip to content

Commit 46e6fd1

Browse files
authored
Merge pull request kubernetes#80526 from rosti/remove-normalizer
Remove unused package //pkg/util/normalizer
2 parents 96dc74a + 8157c4c commit 46e6fd1

File tree

6 files changed

+0
-264
lines changed

6 files changed

+0
-264
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/Azure/go-autorest v11.1.2+incompatible
1313
github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20181220005116-f8e995905100
1414
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
15-
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
1615
github.com/Microsoft/go-winio v0.4.11
1716
github.com/Microsoft/hcsshim v0.8.6
1817
github.com/PuerkitoBio/purell v1.1.1
@@ -111,7 +110,6 @@ require (
111110
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
112111
github.com/quobyte/api v0.1.2
113112
github.com/robfig/cron v1.1.0
114-
github.com/russross/blackfriday v1.5.2
115113
github.com/seccomp/libseccomp-golang v0.9.1 // indirect
116114
github.com/sigma/go-inotify v0.0.0-20181102212354-c87b6cf5033d // indirect
117115
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect

hack/.golint_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ pkg/util/iptables
239239
pkg/util/iptables/testing
240240
pkg/util/labels
241241
pkg/util/mount
242-
pkg/util/normalizer
243242
pkg/util/oom
244243
pkg/util/procfs
245244
pkg/util/removeall

pkg/util/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ filegroup(
3636
"//pkg/util/mount:all-srcs",
3737
"//pkg/util/netsh:all-srcs",
3838
"//pkg/util/node:all-srcs",
39-
"//pkg/util/normalizer:all-srcs",
4039
"//pkg/util/oom:all-srcs",
4140
"//pkg/util/parsers:all-srcs",
4241
"//pkg/util/pod:all-srcs",

pkg/util/normalizer/BUILD

Lines changed: 0 additions & 29 deletions
This file was deleted.

pkg/util/normalizer/markdown.go

Lines changed: 0 additions & 151 deletions
This file was deleted.

pkg/util/normalizer/normalizer.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)