Split scheduler's PodInfo into two types, PodInfo and PodQueueInfo

This commit is contained in:
Abdullah Gharaibeh
2020-04-20 20:36:26 -04:00
parent 4820b6cbdb
commit a151682887
13 changed files with 167 additions and 160 deletions

View File

@@ -288,7 +288,7 @@ func (pl *TestQueueSortPlugin) Name() string {
return queueSortPlugin
}
func (pl *TestQueueSortPlugin) Less(_, _ *PodInfo) bool {
func (pl *TestQueueSortPlugin) Less(_, _ *QueuedPodInfo) bool {
return false
}