Documentation
¶
Index ¶
Constants ¶
View Source
const ( // WorkLoadSupport can cache and operate **K8s native resource**, Deployment/Replicas/ReplicationController/StatefulSet resources currently. WorkLoadSupport featuregate.Feature = "WorkLoadSupport" // VolcanoJobSupport can identify and schedule volcano job. VolcanoJobSupport featuregate.Feature = "VolcanoJobSupport" // PodDisruptionBudgetsSupport can cache and support PodDisruptionBudgets PodDisruptionBudgetsSupport featuregate.Feature = "PodDisruptionBudgetsSupport" // QueueCommandSync supports queue command sync. QueueCommandSync featuregate.Feature = "QueueCommandSync" // PriorityClass to provide the capacity of preemption at pod group level. PriorityClass featuregate.Feature = "PriorityClass" // CSIStorage tracking of available storage capacity that CSI drivers provide CSIStorage featuregate.Feature = "CSIStorage" // ResourceTopology supports resources like cpu/memory topology aware. ResourceTopology featuregate.Feature = "ResourceTopology" // CronVolcanoJobSupport can identify and schedule volcano cronjob. CronVolcanoJobSupport featuregate.Feature = "CronVolcanoJobSupport" // SchedulingGatesQueueAdmission uses Kubernetes schedulingGates to delay // setting the Unschedulable condition on pods until the queue has enough // capacity, preventing cluster autoscalers from triggering unnecessary // scale-ups for pods that are simply waiting for queue admission. SchedulingGatesQueueAdmission featuregate.Feature = "SchedulingGatesQueueAdmission" )
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.