kubernetes/pkg/scheduler
Patrick Ohly 5cea72d564 DRA integration: add test case for FilterTimeout
This covers disabling the feature via the configuration, failing to schedule
because of timeouts for all nodes, and retrying after ResourceSlice changes with
partial success (timeout for one node, success for the other).

While at it, some helper code gets improved.
2025-07-17 21:18:28 +02:00
..
apis/config DRA scheduler: add plugin configuration 2025-07-17 16:47:47 +02:00
backend Move unschedulablePods struct to a separate file 2025-07-11 19:48:11 +03:00
framework DRA scheduler: implement filter timeout and cancellation 2025-07-17 21:18:28 +02:00
metrics Remove deprecated scheduler cache metrics 2025-04-24 11:45:38 +08:00
profile Move Code and Status from pkg/scheduler/framework to k8s.io/kube-scheduler/framework 2025-06-30 10:06:22 +00:00
testing DRA integration: add test case for FilterTimeout 2025-07-17 21:18:28 +02:00
util cleanup: use HandleErrorWithXXX instead of logger.Error where errors are intentionally ignored 2025-07-08 09:34:49 +08:00
eventhandlers.go cleanup: use HandleErrorWithXXX instead of logger.Error where errors are intentionally ignored 2025-07-08 09:34:49 +08:00
eventhandlers_test.go Move ClusterEvent type to staging repo, leaving some functions (that contain logic internal to scheduler) in kubernetes/kubernetes (#132190) 2025-06-26 08:06:29 -07:00
extender.go Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
extender_test.go Expose NodeInfo to PreFilter plugins and Framework 2025-03-21 14:55:25 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one.go scheduler: enhance and document Filter cancellation 2025-07-17 16:47:47 +02:00
schedule_one_test.go Move Code and Status from pkg/scheduler/framework to k8s.io/kube-scheduler/framework 2025-06-30 10:06:22 +00:00
scheduler.go Move Code and Status from pkg/scheduler/framework to k8s.io/kube-scheduler/framework 2025-06-30 10:06:22 +00:00
scheduler_test.go Move Code and Status from pkg/scheduler/framework to k8s.io/kube-scheduler/framework 2025-06-30 10:06:22 +00:00