Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newTrueMapPlugin (0.11 sec)

  1. pkg/scheduler/schedule_one_test.go

    	for _, host := range nodeScores {
    		if host.Name == "" {
    			return framework.NewStatus(framework.Error, "unexpected empty host name")
    		}
    	}
    	return nil
    }
    
    func newTrueMapPlugin() frameworkruntime.PluginFactory {
    	return func(_ context.Context, _ runtime.Object, _ framework.Handle) (framework.Plugin, error) {
    		return &trueMapPlugin{}, nil
    	}
    }
    
    type noPodsFilterPlugin struct{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
Back to top