Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	"k8s.io/kubernetes/pkg/scheduler/internal/cache"
    	st "k8s.io/kubernetes/pkg/scheduler/testing"
    	tf "k8s.io/kubernetes/pkg/scheduler/testing/framework"
    )
    
    func TestRequestedToCapacityRatioScoringStrategy(t *testing.T) {
    	shape := []config.UtilizationShapePoint{
    		{Utilization: 0, Score: 10},
    		{Utilization: 100, Score: 0},
    	}
    
    	tests := []struct {
    		name           string
    		requestedPod   *v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top