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

@@ -21,7 +21,7 @@ import (
"k8s.io/api/core/v1"
schedulerapi "k8s.io/kubernetes/pkg/scheduler/api"
"k8s.io/kubernetes/pkg/scheduler/schedulercache"
schedulercache "k8s.io/kubernetes/pkg/scheduler/cache"
)
// This is a reasonable size range of all container images. 90%ile of images on dockerhub drops into this range.