kubernetes/pkg/scheduler
Patrick Ohly 29941b8d3e api: resource.k8s.io v1alpha1 -> v1alpha2
For Kubernetes 1.27, we intend to make some breaking API changes:
- rename PodScheduling -> PodSchedulingHints (https://github.com/kubernetes/kubernetes/issues/114283)
- extend ResourceClaimStatus (https://github.com/kubernetes/enhancements/pull/3802)

We need to switch from v1alpha1 to v1alpha2 for that.
2023-03-14 07:52:03 +01:00
..
apis/config scheduler(NodeResourcesFit & NodeResourcesBalancedAllocation): calculatePodResourceRequest in PreScore phase (#115655) 2023-03-10 07:44:53 -08:00
framework api: resource.k8s.io v1alpha1 -> v1alpha2 2023-03-14 07:52:03 +01:00
internal add(scheduler): implement "plugin_execution_duration_seconds" metric in PreEnqueue 2023-03-12 04:45:52 +00:00
metrics Cleanup deprecated metrics 2023-03-13 22:55:34 +01:00
profile Fix scheduler misc 2022-09-04 00:07:49 +08:00
testing api: resource.k8s.io v1alpha1 -> v1alpha2 2023-03-14 07:52:03 +01:00
util dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
eventhandlers_test.go Revert "Enable paralellism in scheduler unit tests" 2022-09-23 12:00:14 -04:00
eventhandlers.go api: resource.k8s.io v1alpha1 -> v1alpha2 2023-03-14 07:52:03 +01:00
extender_test.go Stop Cache in scheduler when test tears down 2022-12-22 15:38:38 +08:00
extender.go scheduler: remove unused Equal function for HTTPExtender 2022-07-05 13:17:05 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go feature(scheduler): won't run Score if PreScore returned a Skip status (#115652) 2023-02-13 14:53:29 -08:00
schedule_one.go cleanup(scheduler): move metric labels to metrics package 2023-03-12 05:10:29 +00:00
scheduler_test.go refactor 2022-12-13 11:36:12 +08:00
scheduler.go add(scheduler): implement "plugin_execution_duration_seconds" metric in PreEnqueue 2023-03-12 04:45:52 +00:00