From 6fdbdd83ca2d0db24ccfca83a4f4860c073889d0 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sun, 11 Oct 2015 15:58:25 -0400 Subject: [PATCH] website: document lexical ordering operators --- website/source/docs/jobspec/index.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/jobspec/index.html.md b/website/source/docs/jobspec/index.html.md index b8dd7119a..8f772417d 100644 --- a/website/source/docs/jobspec/index.html.md +++ b/website/source/docs/jobspec/index.html.md @@ -218,7 +218,8 @@ The `constraint` object supports the following keys: to true. Soft constraints are not currently supported. * `operator` - Specifies the comparison operator. Defaults to equality, - and can be `=`, `==`, `is`, `!=`, `not`. + and can be `=`, `==`, `is`, `!=`, `not`, `>`, `>=`, `<`, `<=`. The + ordering is compared lexically. * `value` - Specifies the value to compare the attribute against. This can be a literal value or another attribute.