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" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.