Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName indicates name of volcano scheduler plugin. PluginName = "nodeorder" // NodeAffinityWeight is the key for providing Node Affinity Priority Weight in YAML NodeAffinityWeight = "nodeaffinity.weight" // PodAffinityWeight is the key for providing Pod Affinity Priority Weight in YAML PodAffinityWeight = "podaffinity.weight" // LeastRequestedWeight is the key for providing Least Requested Priority Weight in YAML LeastRequestedWeight = "leastrequested.weight" // BalancedResourceWeight is the key for providing Balanced Resource Priority Weight in YAML BalancedResourceWeight = "balancedresource.weight" // MostRequestedWeight is the key for providing Most Requested Priority Weight in YAML MostRequestedWeight = "mostrequested.weight" // TaintTolerationWeight is the key for providing Taint Toleration Priority Weight in YAML TaintTolerationWeight = "tainttoleration.weight" // ImageLocalityWeight is the key for providing Image Locality Priority Weight in YAML ImageLocalityWeight = "imagelocality.weight" // PodTopologySpreadWeight is the key for providing Pod Topology Spread Priority Weight in YAML PodTopologySpreadWeight = "podtopologyspread.weight" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.