Move pkg/scheduler/schedulercache -> pkg/scheduler/cache

This commit is contained in:
Guoliang Wang
2018-05-15 10:49:54 +08:00
parent d02cf08e27
commit 761cf41427
88 changed files with 97 additions and 97 deletions

View File

@@ -26,7 +26,7 @@ import (
"k8s.io/kubernetes/pkg/kubelet/util/format"
"k8s.io/kubernetes/pkg/scheduler/algorithm"
"k8s.io/kubernetes/pkg/scheduler/algorithm/predicates"
"k8s.io/kubernetes/pkg/scheduler/schedulercache"
schedulercache "k8s.io/kubernetes/pkg/scheduler/cache"
)
type getNodeAnyWayFuncType func() (*v1.Node, error)