package
1.8.0-alpha.2
Repository: https://github.com/lxpollitt/kubernetes.git
Documentation: pkg.go.dev
# Packages
Package scheduler contains a generic Scheduler interface and several implementations.
No description provided by the author
No description provided by the author
No description provided by the author
Package factory can set up a scheduler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewFromConfigurator returns a new scheduler that is created entirely by the Configurator.
# Structs
Config is an implementation of the Scheduler's configured input data.
FakeConfigurator is an implementation for test.
Scheduler watches for new unscheduled pods.
# Interfaces
Binder knows how to write a binding.
Configurator defines I/O, caching, and other functionality needed to construct a new scheduler.
PodConditionUpdater updates the condition of a pod based on the passed PodCondition.