Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newQueueSortPlugin (0.27 sec)

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

    }
    
    func (pl *TestPreEnqueuePlugin) PreEnqueue(ctx context.Context, p *v1.Pod) *framework.Status {
    	return nil
    }
    
    var _ framework.QueueSortPlugin = &TestQueueSortPlugin{}
    
    func newQueueSortPlugin(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    	return &TestQueueSortPlugin{}, nil
    }
    
    // TestQueueSortPlugin is a no-op implementation for QueueSort extension point.
    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