cleanup unused scheduler functions/files

This commit is contained in:
Abdullah Gharaibeh
2020-01-03 15:30:47 -05:00
parent 9ff3b52913
commit d31dcecd20
14 changed files with 10 additions and 83 deletions

View File

@@ -38,9 +38,6 @@ import (
podutil "k8s.io/kubernetes/pkg/api/v1/pod"
"k8s.io/kubernetes/pkg/scheduler"
"k8s.io/kubernetes/test/integration/framework"
// Install "DefaultProvider" algorithprovider
_ "k8s.io/kubernetes/pkg/scheduler/algorithmprovider/defaults"
)
type testContext struct {