Skip to content

Commit ce4c90a

Browse files
authored
Merge pull request #54360 from developowl/revert/pr-53996
Revert "Fix description Gt and Lt in documentation"
2 parents fcaba08 + 4488229 commit ce4c90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,8 @@ The following operators can only be used with `nodeAffinity`.
719719

720720
| Operator | Behavior |
721721
| :------------: | :-------------: |
722-
| `Gt` | The field value will be parsed as an integer, and that integer is greater than the integer that results from parsing the value of a label named by this selector |
723-
| `Lt` | The field value will be parsed as an integer, and that integer is less than the integer that results from parsing the value of a label named by this selector |
722+
| `Gt` | The field value will be parsed as an integer, and the integer that results from parsing the value of a label named by this selector is greater than this integer |
723+
| `Lt` | The field value will be parsed as an integer, and the integer that results from parsing the value of a label named by this selector is less than this integer |
724724

725725
{{<note>}}
726726

0 commit comments

Comments
 (0)