Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
Scheduler is exported
func New ¶ added in v0.2.0
func New(strategy strategy.PlacementStrategy, filters []filter.Filter) *Scheduler
New is exported
func (*Scheduler) SelectNodeForContainer ¶ added in v0.2.0
func (s *Scheduler) SelectNodeForContainer(nodes []*node.Node, config *cluster.ContainerConfig) (*node.Node, error)
SelectNodeForContainer will find a nice home for our container.
Click to show internal directories.
Click to hide internal directories.