Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isResourceScaleDown (0.15 sec)

  1. pkg/scheduler/framework/plugins/noderesources/fit.go

    	return framework.Queue, nil
    }
    
    // isResourceScaleDown checks whether an update event may make the pod schedulable. Specifically:
    // - Returns true when an update event shows a scheduled pod's resource request got reduced.
    // - Returns true when an update event is for the unscheduled pod itself, and it shows the pod's resource request got reduced.
    func (f *Fit) isResourceScaleDown(targetPod, originalPod, modifiedPod *v1.Pod) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 20.2K bytes
    - Viewed (0)
Back to top