Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EqualPrioritizerPlugin (0.26 sec)

  1. pkg/scheduler/testing/framework/fake_plugins.go

    		}, nil
    	}
    }
    
    // NewEqualPrioritizerPlugin returns a factory function to build equalPrioritizerPlugin.
    func NewEqualPrioritizerPlugin() frameworkruntime.PluginFactory {
    	return func(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    		return &FakePreScoreAndScorePlugin{
    			name:  "EqualPrioritizerPlugin",
    			score: 1,
    		}, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top