Documentation ¶
Overview ¶
Package controller implements the scheduling controller which waits for pod events from the queuer (i.e. from the apiserver), passes them to the SchedulerAlgorithm and in case of success to the binder which does the launch.
Index ¶
Constants ¶
View Source
const ( FailedScheduling = "FailedScheduling" Scheduled = "Scheduled" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
Run(<-chan struct{})
}
Click to show internal directories.
Click to hide internal directories.