Update the scheduler to handle init containers

This commit is contained in:
Clayton Coleman
2016-04-08 11:20:24 -04:00
parent 205a8b4574
commit 1b6591312d
3 changed files with 82 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ import "fmt"
const (
podCountResourceName string = "PodCount"
cpuResourceName string = "CPU"
memoryResoureceName string = "Memory"
memoryResourceName string = "Memory"
nvidiaGpuResourceName string = "NvidiaGpu"
)