kubernetes/pkg/scheduler/profile/profile_test.go

var fakeRegistry

func TestNewMap(t *testing.T) {}

type fakePlugin

func (p *fakePlugin) Name() string {}

func (p *fakePlugin) Less(*framework.QueuedPodInfo, *framework.QueuedPodInfo) bool {}

func (p *fakePlugin) Bind(context.Context, *framework.CycleState, *v1.Pod, string) *framework.Status {}

func newFakePlugin(name string) func(ctx context.Context, object runtime.Object, handle framework.Handle) (framework.Plugin, error) {}

func nilRecorderFactory(_ string) events.EventRecorder {}

func checkErr(err error, wantErr string) error {}