Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bindPlugins (0.13 sec)

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

    	return false
    }
    
    var _ framework.BindPlugin = &TestBindPlugin{}
    
    func newBindPlugin(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    	return &TestBindPlugin{}, nil
    }
    
    // TestBindPlugin is a no-op implementation for Bind extension point.
    type TestBindPlugin struct{}
    
    func (t TestBindPlugin) Name() string {
    	return bindPlugin
    }
    
    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