Phase out rescheduler in favor of priority and preemption

This commit is contained in:
ravisantoshgudimetla
2018-05-26 19:41:18 -04:00
parent c6e0a225f9
commit aeccffc339
14 changed files with 7 additions and 235 deletions

View File

@@ -35,6 +35,10 @@ import (
_ "github.com/stretchr/testify/assert"
)
const (
defaultTimeout = 3 * time.Minute
)
var _ = framework.KubeDescribe("EquivalenceCache [Serial]", func() {
var cs clientset.Interface
var nodeList *v1.NodeList