We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fbcf9b + 8659df8 commit 8d89d77Copy full SHA for 8d89d77
pkg/scheduler/framework/interface.go
@@ -48,7 +48,7 @@ type Framework interface {
48
// the given cluster.
49
RunFilterPlugins(ctx context.Context, bindingSpec *workv1alpha2.ResourceBindingSpec, bindingStatus *workv1alpha2.ResourceBindingStatus, cluster *clusterv1alpha1.Cluster) *Result
50
51
- // RunScorePlugins runs the set of configured Score plugins, it returns a map of plugin name to cores
+ // RunScorePlugins runs the set of configured Score plugins, it returns a map of plugin names to scores
52
RunScorePlugins(ctx context.Context, spec *workv1alpha2.ResourceBindingSpec, clusters []*clusterv1alpha1.Cluster) (PluginToClusterScores, *Result)
53
}
54
0 commit comments