package
0.14.0
Repository: https://github.com/jsafrane/kubernetes.git
Documentation: pkg.go.dev

# Packages

This package is used to register algorithm provider plugins.
No description provided by the author
Package factory can set up a scheduler.

# Functions

New returns a new scheduler.
NewSimpleModeler returns a new SimpleModeler.

# Structs

No description provided by the author
FakeModeler implements the SystemModeler interface.
Scheduler watches for new unscheduled pods.
SimpleModeler implements the SystemModeler interface with a timed pod cache.

# Interfaces

Binder knows how to write a binding.
ExtendedPodLister: SimpleModeler needs to be able to check for a pod's existance in addition to listing the pods.
SystemModeler can help scheduler produce a model of the system that anticipates reality.