kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot f979b4094e
Merge pull request #99292 from yangjunmyfm192085/run-test23
replace all occurrences of "node", nodeName to "node", klog.KRef("", nodeName)
2022-03-17 12:22:42 -07:00
..
defaultbinder replace all occurrences of "node", nodeName to "node", klog.KRef("", nodeName) 2022-01-06 21:19:29 +08:00
defaultpreemption Merge pull request #108705 from denkensk/refine-preempt-msg 2022-03-15 18:09:55 -07:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
helper Simplify the formula used in the RequestedToCapacityRatio plugin 2021-06-22 17:11:26 +08:00
imagelocality Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
interpodaffinity Updated the scheduler framework's PreFilter interface to return a PreFilterResult 2022-03-14 15:36:52 -04:00
names refactor scheudler's node resource plugins 2021-11-03 00:52:23 +08:00
nodeaffinity Added a NodeAffinity PreFilter that looks for node.Name MatchField terms; if exist, the pod is only evaluated against the matching nodes. 2022-03-14 15:37:03 -04:00
nodename Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
nodeports Updated the scheduler framework's PreFilter interface to return a PreFilterResult 2022-03-14 15:36:52 -04:00
noderesources mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
nodeunschedulable Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
nodevolumelimits simplify function MatchProvisioner 2022-03-03 16:30:20 +08:00
podtopologyspread Merge pull request #108362 from sanposhiho/implement-mindomains 2022-03-15 10:34:11 -07:00
queuesort Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
selectorspread Fix goroutine leaks in package selectorspread 2022-01-12 10:20:32 +08:00
tainttoleration modify non-uniform aliases 2021-08-31 09:07:51 +08:00
testing Make parallelism as part of schedulerOptions 2021-03-09 23:25:55 +08:00
volumebinding Updated the scheduler framework's PreFilter interface to return a PreFilterResult 2022-03-14 15:36:52 -04:00
volumerestrictions Updated the scheduler framework's PreFilter interface to return a PreFilterResult 2022-03-14 15:36:52 -04:00
volumezone Migrate scheduler files interpodaffinity/filtering.go,podtopologyspread/filtering.go, volume_zone.go to structured logging 2021-10-29 11:41:02 +08:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00

Scheduler Framework Plugins

Moved here.