Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginName indicates name of volcano scheduler plugin. PluginName = "predicates" // GPUSharingPredicate is the key for enabling GPU Sharing Predicate in YAML GPUSharingPredicate = "predicate.GPUSharingEnable" GPUNumberPredicate = "predicate.GPUNumberEnable" // 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.