• Gregory Haynes's avatar
    Implement scheduler.util.backoff as a queue · 082b4824
    Gregory Haynes authored
    We are going to use PodBackoff for controlling backoff when adding
    unschedulable pods back to the active scheduling queue. In order to do
    this more easily, limit the interface for PodBackoff to only this struct
    (rather than exposing BackoffEntry) and change the backing expiry
    implementation to be queue based.
    082b4824
heap.go 6.36 KB