Merge pull request #39793 from iacabezasbaculima/patch-1

Remove typo in documentation
pull/40307/head
Kubernetes Prow Robot 2023-03-25 09:31:53 -07:00 committed by GitHub
commit 89dad64daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ A node selector requirement is a selector that contains values, a key, and an op
- **operator** (string), required
Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist, Gt, and Lt.