Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newNonCSILimitsWithInformerFactory (0.21 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    var _ framework.PreFilterPlugin = &nonCSILimits{}
    var _ framework.FilterPlugin = &nonCSILimits{}
    var _ framework.EnqueueExtensions = &nonCSILimits{}
    
    // newNonCSILimitsWithInformerFactory returns a plugin with filter name and informer factory.
    func newNonCSILimitsWithInformerFactory(
    	ctx context.Context,
    	filterName string,
    	informerFactory informers.SharedInformerFactory,
    	fts feature.Features,
    ) framework.Plugin {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
Back to top