Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateResourceAllocatableRequest (3.25 sec)

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

    		)
    	}
    
    	return score, nil
    }
    
    // calculateResourceAllocatableRequest returns 2 parameters:
    // - 1st param: quantity of allocatable resource on the node.
    // - 2nd param: aggregated quantity of requested resource on the node.
    // Note: if it's an extended resource, and the pod doesn't request it, (0, 0) is returned.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 14:53:43 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top