Added comments

This commit is contained in:
hub-Prateek 2023-11-24 11:01:15 +05:30
parent 76be319571
commit eb45a8f2f5

View File

@ -355,8 +355,8 @@ func NewFramework(ctx context.Context, r Registry, profile *config.KubeScheduler
options.captureProfile(outputProfile)
}
// Logs Enabled and Disabled Plugins at each extension point
logger.V(2).Info("Plugins enabled and disabled at each extension point", "config.Plugins", *f.ListPlugins())
f.setInstrumentedPlugins()
return f, nil
}