package
1.10.0-alpha.1
Repository: https://github.com/carmark/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package scheduler contains a generic Scheduler interface and several implementations.
No description provided by the author
Package api contains scheduler plugin 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.