Documentation ¶
Index ¶
Constants ¶
View Source
const DEFAULT_PIPELINE_LABEL = "ks-pipeline"
Variables ¶
View Source
var (
TotalScore float64 = 10
)
Functions ¶
func Pipeline ¶
func Pipeline(pod v1.Pod, nodes []v1.Node) (*schedulerapi.HostPriorityList, error)
Types ¶
type Prioritize ¶
type Prioritize struct { Name string Func func(pod v1.Pod, nodes []v1.Node) (*schedulerapi.HostPriorityList, error) Datatable sqlite.KeyNodeTable }
func (Prioritize) Handler ¶
func (p Prioritize) Handler(args schedulerapi.ExtenderArgs) (*schedulerapi.HostPriorityList, error)
Click to show internal directories.
Click to hide internal directories.