cleanup RunScorePlugins code comments

Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
This commit is contained in:
huangyanfeng 2024-01-03 11:28:17 +08:00
parent 04779a27cc
commit 7d229306bb
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ func (frw *frameworkImpl) runFilterPlugin(
return result
}
// RunScorePlugins runs the set of configured Filter plugins for resources on the cluster.
// If any of the result is not success, the cluster is not suited for the resource.
// RunScorePlugins runs the set of configured Score plugins.
// It returns a list that stores scores from each plugin and total score for each Cluster.
func (frw *frameworkImpl) RunScorePlugins(
ctx context.Context,
spec *workv1alpha2.ResourceBindingSpec,