[go: nahoru, domu]

Skip to content

Commit

Permalink
fix Gt, Lt behavior documentation
Browse files Browse the repository at this point in the history
Tested empirically. Also matches the operator names.
  • Loading branch information
garymm committed Jun 14, 2024
1 parent 41ae34b commit 3cd095d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ The following operators can only be used with `nodeAffinity`.

| Operator | Behaviour |
| :------------: | :-------------: |
| `Gt` | The field value will be parsed as an integer, and that integer is less than or equal to the integer that results from parsing the value of a label named by this selector |
| `Lt` | The field value will be parsed as an integer, and that integer is greater than or equal to the integer that results from parsing the value of a label named by this selector |
| `Gt` | 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 |
| `Lt` | 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 |


{{<note>}}
Expand Down

0 comments on commit 3cd095d

Please sign in to comment.