Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName indicates name of volcano scheduler plugin. PluginName = "predicates" // NodeAffinityEnable is the key for enabling Node Affinity Predicates in scheduler configmap NodeAffinityEnable = "predicate.NodeAffinityEnable" // NodePortsEnable is the key for enabling Node Port Predicates in scheduler configmap NodePortsEnable = "predicate.NodePortsEnable" // TaintTolerationEnable is the key for enabling Taint Toleration Predicates in scheduler configmap TaintTolerationEnable = "predicate.TaintTolerationEnable" // PodAffinityEnable is the key for enabling Pod Affinity Predicates in scheduler configmap PodAffinityEnable = "predicate.PodAffinityEnable" // NodeVolumeLimitsEnable is the key for enabling Node Volume Limits Predicates in scheduler configmap NodeVolumeLimitsEnable = "predicate.NodeVolumeLimitsEnable" // VolumeZoneEnable is the key for enabling Volume Zone Predicates in scheduler configmap VolumeZoneEnable = "predicate.VolumeZoneEnable" // PodTopologySpreadEnable is the key for enabling Pod Topology Spread Predicates in scheduler configmap PodTopologySpreadEnable = "predicate.PodTopologySpreadEnable" // CachePredicate control cache predicate feature CachePredicate = "predicate.CacheEnable" // ProportionalPredicate is the key for enabling Proportional Predicate in YAML ProportionalPredicate = "predicate.ProportionalEnable" // ProportionalResource is the key for additional resource key name ProportionalResource = "predicate.resources" // ProportionalResourcesPrefix is the key prefix for additional resource key name ProportionalResourcesPrefix = ProportionalResource + "." )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.