package
0.0.0-20220812090954-57dc9257a988
Repository: https://github.com/elchead/k8s-cluster-simulator.git
Documentation: pkg.go.dev

# Functions

NewGenericScheduler creates a new GenericScheduler.

# Structs

BindEvent represents an event of deciding the binding of a pod to a node.
DeleteEvent represents an event of the deleting a bound pod on a node.
Extender reperesents a scheduler extender.
GenericScheduler makes scheduling decision for each given pod in the one-by-one manner.

# Interfaces

Event defines the interface of a scheduling event.
Scheduler defines the lowest-level scheduler interface.