Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SchedulerConfigNodeResourcesFitDisabled is scheduler config // with `NodeResourcesFit` plugin disabled SchedulerConfigNodeResourcesFitDisabled = `` /* 228-byte string literal not displayed */ // SchedulerConfigTaintTolerationDisabled is scheduler config // with `TaintToleration` plugin disabled SchedulerConfigTaintTolerationDisabled = `` /* 227-byte string literal not displayed */ // SchedulerConfigMinimalCorrect is the minimal // correct scheduler config SchedulerConfigMinimalCorrect = ` apiVersion: kubescheduler.config.k8s.io/v1 kind: KubeSchedulerConfiguration` // SchedulerConfigDecodeErr is the scheduler config // which throws decoding error when we try to load it SchedulerConfigDecodeErr = ` kind: KubeSchedulerConfiguration` // SchedulerConfigInvalid is invalid scheduler config // because we specify percentageOfNodesToScore > 100 SchedulerConfigInvalid = `` /* 161-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.