scheduler

package
v0.4.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2015 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scheduler

type Scheduler struct {
	sync.Mutex
	// contains filtered or unexported fields
}

Scheduler is exported

func New added in v0.2.0

func New(strategy strategy.PlacementStrategy, filters []filter.Filter) *Scheduler

New is exported

func (*Scheduler) Filters added in v0.2.0

func (s *Scheduler) Filters() string

Filters returns the list of filter's name

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.

func (*Scheduler) Strategy added in v0.2.0

func (s *Scheduler) Strategy() string

Strategy returns the strategy name

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL