kubernetes/pkg/scheduler/framework/plugins
carlory 0105a002bc when the hint fn returns error, the scheduling queue logs the error and treats it as QueueAfterBackoff.
Co-authored-by: Kensei Nakada <handbomusic@gmail.com>

Co-authored-by: Kante Yin <kerthcet@gmail.com>

Co-authored-by: XsWack <xushiwei5@huawei.com>
2023-09-21 09:40:44 +08:00
..
defaultbinder kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
defaultpreemption Move scheduler testing utils to /scheduler/testing 2023-09-12 13:42:38 +08:00
dynamicresources when the hint fn returns error, the scheduling queue logs the error and treats it as QueueAfterBackoff. 2023-09-21 09:40:44 +08:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature Mark pods with restartable init containers as UnschedulableAndUnresolvable 2023-07-08 07:26:13 +09:00
helper kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin 2022-09-10 09:04:30 +08:00
imagelocality kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
interpodaffinity feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
names Remove deprecated selectorSpread 2023-08-28 22:11:33 +08:00
nodeaffinity feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
nodename feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
nodeports Merge pull request #118271 from tangwz/add_nodeports_prefilter_skip_status 2023-07-09 20:49:04 -07:00
noderesources Mark pods with restartable init containers as UnschedulableAndUnresolvable 2023-07-08 07:26:13 +09:00
nodeunschedulable when the hint fn returns error, the scheduling queue logs the error and treats it as QueueAfterBackoff. 2023-09-21 09:40:44 +08:00
nodevolumelimits Scheduler CSI tests: switch maxVols to int32 2023-09-15 09:52:50 +02:00
podtopologyspread kube-scheduler: drop deprecated pointer package 2023-09-13 09:42:19 +02:00
queuesort changes in test files 2022-10-12 22:11:04 +08:00
schedulinggates feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
tainttoleration feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
testing kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
volumebinding kube-scheduler: drop deprecated pointer package 2023-09-13 09:42:19 +02:00
volumerestrictions feature(scheduler): implement ClusterEventWithHint to filter out useless events 2023-06-22 13:36:19 +00:00
volumezone Move scheduler testing utils to /scheduler/testing 2023-09-12 13:42:38 +08:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go Remove deprecated selectorSpread 2023-08-28 22:11:33 +08:00

Scheduler Framework Plugins

Moved here.