Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewTestPlugin (0.14 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    type PluginNotImplementingScore struct{}
    
    func (pl *PluginNotImplementingScore) Name() string {
    	return pluginNotImplementingScore
    }
    
    func newTestPlugin(_ context.Context, injArgs runtime.Object, f framework.Handle) (framework.Plugin, error) {
    	return &TestPlugin{name: testPlugin}, nil
    }
    
    // TestPlugin implements all Plugin interfaces.
    type TestPlugin struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
Back to top