mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
fix typo
selecterTerms -> selectorTerms
This commit is contained in:
parent
fabd449d7f
commit
decd11414b
@ -53,7 +53,7 @@ const (
|
|||||||
|
|
||||||
// In injects a matchExpression (with an operator IN) as a selectorTerm
|
// In injects a matchExpression (with an operator IN) as a selectorTerm
|
||||||
// to the inner nodeSelector.
|
// to the inner nodeSelector.
|
||||||
// NOTE: appended selecterTerms are ORed.
|
// NOTE: appended selectorTerms are ORed.
|
||||||
func (s *NodeSelectorWrapper) In(key string, vals []string, t NodeSelectorType) *NodeSelectorWrapper {
|
func (s *NodeSelectorWrapper) In(key string, vals []string, t NodeSelectorType) *NodeSelectorWrapper {
|
||||||
expression := v1.NodeSelectorRequirement{
|
expression := v1.NodeSelectorRequirement{
|
||||||
Key: key,
|
Key: key,
|
||||||
|
Loading…
Reference in New Issue
Block a user