Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updatePluginList (0.34 sec)

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

    		}
    		f.pluginsMap[name] = p
    
    		f.fillEnqueueExtensions(p)
    	}
    
    	// initialize plugins per individual extension points
    	for _, e := range f.getExtensionPoints(profile.Plugins) {
    		if err := updatePluginList(e.slicePtr, *e.plugins, f.pluginsMap); err != nil {
    			return nil, err
    		}
    	}
    
    	// initialize multiPoint plugins to their expanded extension points
    	if len(profile.Plugins.MultiPoint.Enabled) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top