kubeadm: updated cmd/kubeadm/app/preflight package related BUILD file.

parent a5919a93
......@@ -19,3 +19,11 @@ go_library(
"//pkg/util/initsystem:go_default_library",
],
)
go_test(
name = "go_default_test",
srcs = ["checks_test.go"],
library = "go_default_library",
tags = ["automanaged"],
deps = [],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment