We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InterPodAffinity
1 parent b93e9d9 commit 02fb338Copy full SHA for 02fb338
pkg/scheduler/framework/plugins/interpodaffinity/scoring.go
@@ -137,7 +137,7 @@ func (pl *InterPodAffinity) PreScore(
137
}
138
139
if pl.sharedLister == nil {
140
- return framework.NewStatus(framework.Error, fmt.Sprintf("BuildTopologyPairToScore with empty shared lister"))
+ return framework.NewStatus(framework.Error, fmt.Sprintf("InterPodAffinity PreScore with empty shared lister found"))
141
142
143
affinity := pod.Spec.Affinity
0 commit comments