package
1.2.0-alpha.5
Repository: https://github.com/saratovsource/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
No description provided by the author
NewSimpleModeler returns a new SimpleModeler.
Prioritizes the nodes by running the individual priority functions sequentially.

# Constants

No description provided by the author

# 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
HTTPExtender implements the algorithm.SchedulerExtender interface.
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 existence 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