Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildRequestedToCapacityRatioScorerFunction (0.36 sec)

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

    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/helper"
    )
    
    const maxUtilization = 100
    
    // buildRequestedToCapacityRatioScorerFunction allows users to apply bin packing
    // on core resources like CPU, Memory as well as extended resources like accelerators.
    func buildRequestedToCapacityRatioScorerFunction(scoringFunctionShape helper.FunctionShape, resources []config.ResourceSpec) func([]int64, []int64) int64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 21 15:23:47 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top