kubernetes/pkg/scheduler
kerthcet 67b0ce87fe Using inherited context in utils
This PR focus on utils in scheduler. When to patch pod status or delete pod,
it is better to use an inherited context.
Although this do not take a big effect in preventing goroutine leak, but it is a best practice

Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-05-25 10:14:40 +08:00
..
apis/config feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec 2022-05-10 12:54:49 +08:00
framework Using inherited context in utils 2022-05-25 10:14:40 +08:00
internal Merge pull request #109879 from zzr93/master 2022-05-09 09:09:18 -07:00
metrics rename unschedulableQ to unschedulablePods 2022-03-24 17:38:49 +08:00
profile Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
testing Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
util Using inherited context in utils 2022-05-25 10:14:40 +08:00
eventhandlers_test.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
eventhandlers.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
extender_test.go cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
extender.go restore NumPDBViolations info of nodes, when HTTPExtender ProcessPreemption. This info will be used in subsequent filtering steps - pick OneNodeForPreemption. 2022-01-10 13:37:46 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go Using inherited context in utils 2022-05-25 10:14:40 +08:00
schedule_one.go Using inherited context in utils 2022-05-25 10:14:40 +08:00
scheduler_test.go cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
scheduler.go Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00