Merge branch '21535-multi-wf-delete'
[arvados.git] / lib / dispatchcloud / scheduler / interfaces.go
index 78f8c804e20087aa2b49ff307e91dfb0681efcb9..6e56bd8c40962e9f9c6c595cf0ef4cc550fa82eb 100644 (file)
@@ -34,6 +34,7 @@ type WorkerPool interface {
        Running() map[string]time.Time
        Unallocated() map[arvados.InstanceType]int
        CountWorkers() map[worker.State]int
+       AtCapacity(arvados.InstanceType) bool
        AtQuota() bool
        Create(arvados.InstanceType) bool
        Shutdown(arvados.InstanceType) bool