Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pluginIvy (0.3 sec)

  1. pkg/scheduler/apis/config/testing/defaults/defaults.go

    limitations under the License.
    */
    
    package defaults
    
    import (
    	"k8s.io/kubernetes/pkg/scheduler/apis/config"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/names"
    )
    
    // PluginsV1 is the set of default v1 plugins (before MultiPoint expansion)
    var PluginsV1 = &config.Plugins{
    	MultiPoint: config.PluginSet{
    		Enabled: []config.Plugin{
    			{Name: names.SchedulingGates},
    			{Name: names.PrioritySort},
    			{Name: names.NodeUnschedulable},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top