kubernetes/pkg/scheduler/framework
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
..
autoscaler_contract Modify the return type of RunFilterPlugins to *Status 2023-01-03 14:33:58 +08:00
fake Fix nil pointer error in nodevolumelimits csi logging 2023-01-25 09:37:46 -08:00
parallelize Avoid metric lookup in Parallelizer.Util on every work piece 2023-03-09 17:12:30 +00:00
plugins api: resource.k8s.io v1alpha1 -> v1alpha2 2023-03-14 07:52:03 +01:00
preemption fix: typo 2023-02-25 19:06:07 +09:00
runtime Merge pull request #116201 from sanposhiho/metric-scheduling-gate 2023-03-12 13:52:40 -07:00
cycle_state_test.go Copy recordPluginMetrics in CycleState.Clone 2022-04-14 15:26:20 +00:00
cycle_state.go feature(scheduler): won't run Score if PreScore returned a Skip status (#115652) 2023-02-13 14:53:29 -08:00
extender.go multiple extenders and UnschedulableAndUnresolvable takes precedence 2021-01-29 11:32:43 +08:00
interface_test.go Distinguish unschedulable with unresolvable in scheduler 2023-01-05 16:59:19 +08:00
interface.go One lock among PodNominator and SchedulingQueue 2023-03-08 16:18:36 -05:00
listers.go Adding StorageInfoLister to SharedLister 2022-05-03 18:00:41 -07:00
types_test.go Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources 2023-03-10 14:49:26 +00:00
types.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00