package
1.7.0-alpha.0
Repository: https://github.com/kmova/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package scheduler contains a generic Scheduler interface and several implementations.
This package is used to register algorithm provider plugins.
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

New returns a new scheduler.
NewFromConfigurator returns a new scheduler that is created entirely by the Configurator.

# Structs

TODO over time we should make this struct a hidden implementation detail of the scheduler.
Scheduler watches for new unscheduled pods.

# Interfaces

Binder knows how to write a binding.
These are the functions which need to be provided in order to build a Scheduler configuration.
No description provided by the author