Skip to content

Commit fabd449

Browse files
fix typo
MatchExpressions , fix typo
1 parent 4468565 commit fabd449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/testing/wrappers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ func (p *PodWrapper) NodeAffinityIn(key string, vals []string, t NodeSelectorTyp
435435
return p
436436
}
437437

438-
// NodeAffinityNotIn creates a HARD node affinity (with MatchExpressinos and the operator NotIn)
438+
// NodeAffinityNotIn creates a HARD node affinity (with MatchExpressions and the operator NotIn)
439439
// and injects into the inner pod.
440440
func (p *PodWrapper) NodeAffinityNotIn(key string, vals []string) *PodWrapper {
441441
if p.Spec.Affinity == nil {

0 commit comments

Comments
 (0)