Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildScorerFunction (0.21 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/volume_binding.go

    			shape = append(shape, helper.FunctionShapePoint{
    				Utilization: int64(point.Utilization),
    				Score:       int64(point.Score) * (framework.MaxNodeScore / config.MaxCustomPriorityScore),
    			})
    		}
    		scorer = buildScorerFunction(shape)
    	}
    	return &VolumeBinding{
    		Binder:    binder,
    		PVCLister: pvcInformer.Lister(),
    		scorer:    scorer,
    		fts:       fts,
    	}, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top