Documentation
¶
Index ¶
- Constants
- func Filter(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func Index(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
- func PodNameFitPredicate(pod *v1.Pod, node v1.Node) (bool, []string, error)
- func Prioritize(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- type FitPredicate
Constants ¶
View Source
const ( PodNameFitPred = "PodNameFitPred" PodNameFitPredFailMsg = "Pod name don't fit " )
Variables ¶
This section is empty.
Functions ¶
func Filter ¶
func Filter(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
func Index ¶
func Index(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
func PodNameFitPredicate ¶
func Prioritize ¶
func Prioritize(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
Types ¶
Click to show internal directories.
Click to hide internal directories.