MatchExpressions , fix typo
This commit is contained in:
A-transformer 2025-03-07 17:50:03 +04:00 committed by GitHub
parent 4468565250
commit fabd449d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -435,7 +435,7 @@ func (p *PodWrapper) NodeAffinityIn(key string, vals []string, t NodeSelectorTyp
return p
}
// NodeAffinityNotIn creates a HARD node affinity (with MatchExpressinos and the operator NotIn)
// NodeAffinityNotIn creates a HARD node affinity (with MatchExpressions and the operator NotIn)
// and injects into the inner pod.
func (p *PodWrapper) NodeAffinityNotIn(key string, vals []string) *PodWrapper {
if p.Spec.Affinity == nil {