kubernetes/pkg/scheduler/testing
ndixita 6db40446de Scheduler changes:
1. Use pod-level resource when feature is enabled and resources are set at pod-level
2. Edge case handling: When a pod defines only CPU or memory limits at pod-level (but not both), and container-level requests/limits are unset, the pod-level requests stay empty for the resource without a pod-limit. The container's request for that resource is then set to the default request value from schedutil.
2024-11-08 03:00:54 +00:00
..
framework scheduler: Improve CSILimits plugin accuracy by using VolumeAttachments 2024-10-18 19:02:14 +00:00
workload_prep.go delete unused functions in pkg directory 2023-01-16 21:43:36 +08:00
wrappers.go Scheduler changes: 2024-11-08 03:00:54 +00:00