kubernetes/pkg/scheduler/framework/plugins
Alex Wang f4bc904376 implementation for MatchLabelKeys in TopologySpreadConstraint
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2022-07-30 13:23:49 +08:00
..
defaultbinder Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
defaultpreemption implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
helper scheduler: improve the comment and add more unit test cases for DefaultNormalizeScore 2022-07-15 00:15:18 +08:00
imagelocality Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
interpodaffinity scheduler: using math.MinInt64 instead of -math.MaxInt64 2022-07-11 14:53:18 +08:00
names refactor scheudler's node resource plugins 2021-11-03 00:52:23 +08:00
nodeaffinity Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
nodename cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
nodeports cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
noderesources Merge pull request #109639 from Abirdcfly/fixduplicateimport 2022-07-18 16:55:23 -07:00
nodeunschedulable scheduler: remove useless null pointer check about nodeInfo for in-tree plugins 2022-07-15 00:09:42 +08:00
nodevolumelimits CSIMigration feature gate to GA 2022-06-06 21:19:19 +00:00
podtopologyspread implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
queuesort cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
selectorspread Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
tainttoleration Merge pull request #111199 from zhoumingcheng/master-v6 2022-07-18 15:36:44 -07:00
testing Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
volumebinding Merge pull request #111203 from ldsdsy/modify3 2022-07-18 15:36:59 -07:00
volumerestrictions cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
volumezone cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00

Scheduler Framework Plugins

Moved here.