Skip to content

Commit

Permalink
fixup: Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Nov 14, 2018
1 parent 4b95310 commit 136dace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/source/docs/job-specification/constraint.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@ constraint {
```

- `"is_set"` - Specifies that a given attribute must be present. This can be
used with features like `!=` to require that an attribute has been configured,
but to omit particular values.
combined with the `"!="` operator to require that an attribute has been set
before checking for equality. The default behavior for `"!="` is to include
nodes that don't have that attribute set.

- `"is_not_set"` - Specifies that a given attribute must not be present.

Expand Down

0 comments on commit 136dace

Please sign in to comment.