# Constants
MaxClusterScore is the maximum score a Prioritizer plugin is expected to return.
MaxTotalScore is the maximum total score.
MinClusterScore is the minimum score a Prioritizer plugin is expected to return.
# Structs
PluginFilterResult contains the details of a filter plugin result.
PluginRequeueResult contains the requeue result of a placement.
PluginScoreResult contains the details of a score plugin result.
# Interfaces
Filter defines a filter plugin that filter unsatisfied cluster.
Handle provides data and some tools that plugins can use.
Plugin is the parent type for all the scheduling plugins.
Prioritizer defines a prioritizer plugin that score each cluster.