Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for unweighted (0.09 sec)

  1. pilot/pkg/config/kube/gateway/conversion_test.go

    		validationIgnorer *crdvalidation.ValidationIgnorer
    	}{
    		{name: "http"},
    		{name: "tcp"},
    		{name: "tls"},
    		{name: "grpc"},
    		{name: "mismatch"},
    		{name: "weighted"},
    		{name: "zero"},
    		{name: "mesh"},
    		{
    			name: "invalid",
    			validationIgnorer: crdvalidation.NewValidationIgnorer(
    				"default/^invalid-backendRef-kind-",
    				"default/^invalid-backendRef-mixed-",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one.go

    // The scores from each plugin are added together to make the score for that node, then
    // any extenders are run as well.
    // All scores are finally combined (added) to get the total weighted scores of all nodes
    func prioritizeNodes(
    	ctx context.Context,
    	extenders []framework.Extender,
    	fwk framework.Framework,
    	state *framework.CycleState,
    	pod *v1.Pod,
    	nodes []*framework.NodeInfo,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 13:28:08 UTC 2024
    - 43.4K bytes
    - Viewed (0)
Back to top