package
0.21.4
Repository: https://github.com/clickyotomy/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

# 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
NewSimpleModeler returns a new SimpleModeler.
Prioritizes the minions by running the individual priority functions sequentially.

# Variables

No description provided by the author

# Structs

No description provided by the author
FakeModeler implements the SystemModeler interface.
No description provided by the author
Scheduler watches for new unscheduled pods.
SimpleModeler implements the SystemModeler interface with a timed pod cache.

# Interfaces

Binder knows how to write a binding.
ExtendedPodLister: SimpleModeler needs to be able to check for a pod's existance in addition to listing the pods.
SystemModeler can help scheduler produce a model of the system that anticipates reality.

# Type aliases

No description provided by the author