package
1.6.0-alpha.2
Repository: https://github.com/brahmaroutu/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
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
EqualPriority is a prioritizer function that gives an equal weight of one to all nodes.
New returns a new scheduler.
No description provided by the author
NewFromConfigurator returns a new scheduler that is created entirely by the Configurator.
No description provided by the author
No description provided by the author
Prioritizes the nodes by running the individual priority functions in parallel.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
TODO over time we should make this struct a hidden implementation detail of the scheduler.
Store a map of predicate cache with maxsize.
No description provided by the author
No description provided by the author
HTTPExtender implements the algorithm.SchedulerExtender interface.
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
# Type aliases
No description provided by the author