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.
1 parent fabd449 commit decd114Copy full SHA for decd114
pkg/scheduler/testing/wrappers.go
@@ -53,7 +53,7 @@ const (
53
54
// In injects a matchExpression (with an operator IN) as a selectorTerm
55
// to the inner nodeSelector.
56
-// NOTE: appended selecterTerms are ORed.
+// NOTE: appended selectorTerms are ORed.
57
func (s *NodeSelectorWrapper) In(key string, vals []string, t NodeSelectorType) *NodeSelectorWrapper {
58
expression := v1.NodeSelectorRequirement{
59
Key: key,
0 commit comments