# 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.