mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Change config.Plugins from pointers to objects
This commit is contained in:
@@ -92,7 +92,7 @@ func initTestDisablePreemption(t *testing.T, nsPrefix string) *testutils.TestCon
|
||||
prof := schedulerconfig.KubeSchedulerProfile{
|
||||
SchedulerName: v1.DefaultSchedulerName,
|
||||
Plugins: &schedulerconfig.Plugins{
|
||||
PostFilter: &schedulerconfig.PluginSet{
|
||||
PostFilter: schedulerconfig.PluginSet{
|
||||
Disabled: []schedulerconfig.Plugin{
|
||||
{Name: defaultpreemption.Name},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user