mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-15 20:53:45 -04:00
Added comments
This commit is contained in:
parent
76be319571
commit
eb45a8f2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue