Skip to content

Commit 8d89d77

Browse files
authored
Merge pull request #5957 from LavredisG/patch-6
Update interface.go
2 parents 5fbcf9b + 8659df8 commit 8d89d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/framework/interface.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Framework interface {
4848
// the given cluster.
4949
RunFilterPlugins(ctx context.Context, bindingSpec *workv1alpha2.ResourceBindingSpec, bindingStatus *workv1alpha2.ResourceBindingStatus, cluster *clusterv1alpha1.Cluster) *Result
5050

51-
// RunScorePlugins runs the set of configured Score plugins, it returns a map of plugin name to cores
51+
// RunScorePlugins runs the set of configured Score plugins, it returns a map of plugin names to scores
5252
RunScorePlugins(ctx context.Context, spec *workv1alpha2.ResourceBindingSpec, clusters []*clusterv1alpha1.Cluster) (PluginToClusterScores, *Result)
5353
}
5454

0 commit comments

Comments
 (0)