Skip to content

Commit dd5db75

Browse files
committed
Move scheduler fake artifacts to pkg/scheduler/testing
- move some fake artifacts from pkg/scheduler/core to pkg/scheduler/testing so it can be consumed by core as well as plugin testings
1 parent 98f250f commit dd5db75

File tree

6 files changed

+603
-513
lines changed

6 files changed

+603
-513
lines changed

pkg/scheduler/core/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ go_test(
4040
],
4141
embed = [":go_default_library"],
4242
deps = [
43-
"//pkg/api/v1/pod:go_default_library",
4443
"//pkg/controller/volume/scheduling:go_default_library",
4544
"//pkg/scheduler/apis/config:go_default_library",
4645
"//pkg/scheduler/framework/plugins/defaultbinder:go_default_library",

0 commit comments

Comments
 (0)