package
1.11.0-alpha.0
Repository: https://github.com/bertinatto/kubernetes.git
Documentation: pkg.go.dev
# Packages
Package algorithm contains a generic Scheduler interface and several implementations.
No description provided by the author
Package api contains scheduler API objects.
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
No description provided by the author
# Functions
NewFromConfig returns a new scheduler using the provided Config.
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.
PodPreemptor has methods needed to delete a pod and to update annotations of the preemptor pod.