kubernetes/pkg/scheduler
Dave Chen 9ebd872e71 Explicitly declare the interfaces for extension points
This make it easier to catch the issue during the compilation, also,
this also align with other plugins, i.e. plugin of "InterPodAffinity".

Signed-off-by: Dave Chen <dave.chen@arm.com>
2020-06-17 15:11:44 +08:00
..
algorithmprovider Fail fast in PreFilter phase and return UnschedulableAndUnresolvable if immediate PVCs are not bound 2020-06-12 10:00:19 +08:00
apis/config Fail fast in PreFilter phase and return UnschedulableAndUnresolvable if immediate PVCs are not bound 2020-06-12 10:00:19 +08:00
core Merge pull request #91986 from denkensk/fix-pdb-preempt 2020-06-16 19:23:03 -07:00
framework Explicitly declare the interfaces for extension points 2020-06-17 15:11:44 +08:00
internal TestSchedulingQueue_Close: Remove struct tests and the corresponding for loop 2020-06-11 11:19:14 -04:00
metrics rename metric scheduler_total_preemption_attempts to scheduler_preemption_attempts_total as counter metrics should have _total suffix. 2020-05-26 20:11:42 +08:00
profile Expose EventRecorder to scheduler FrameworkHandle 2020-06-10 18:27:21 -07:00
testing Move scheduler fake artifacts to pkg/scheduler/testing 2020-06-15 10:56:06 -07:00
util Refactor scheduler preempt interface 2020-06-15 08:42:00 -07:00
BUILD Refactor scheduler preempt interface 2020-06-15 08:42:00 -07:00
eventhandlers.go Skip Pod Conditions from scheduling queue updates 2020-05-19 10:59:10 -04:00
eventhandlers_test.go Skip Pod Conditions from scheduling queue updates 2020-05-19 10:59:10 -04:00
factory.go Merge pull request #92010 from Huang-Wei/sched-fwk-expose-EventRecorder 2020-06-10 22:44:12 -07:00
factory_test.go Remove BindTimeoutSeconds from KubeSchedulerConfiguration 2020-06-03 09:54:06 +08:00
OWNERS delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
scheduler.go Refactor scheduler preempt interface 2020-06-15 08:42:00 -07:00
scheduler_test.go Refactor scheduler preempt interface 2020-06-15 08:42:00 -07:00