Files
nomad/scheduler
Danielle Tomlinson 3d0a45f6e5 scheduler: Add is_set/is_not_set constraints
This adds constraints for asserting that a given attribute or value
exists, or does not exist. This acts as a companion to =, or !=
operators, e.g:

```hcl
constraint {
        attribute = "${attrs.type}"
        operator  = "!="
        value     = "database"
}

constraint {
        attribute = "${attrs.type}"
        operator  = "is_set"
}
```
2018-11-15 11:00:32 -08:00
..
2017-09-26 15:26:33 -07:00
2017-07-07 12:03:11 -07:00
2018-10-04 14:57:25 -07:00
2018-09-15 16:23:13 -07:00
2018-10-16 15:34:32 -07:00
2018-03-28 12:26:28 -05:00
2017-10-13 14:36:02 -07:00
2018-09-15 16:23:13 -07:00
2017-10-13 14:36:02 -07:00
2018-10-04 14:57:25 -07:00
2018-11-01 16:36:11 -05:00
2018-10-13 12:27:49 -07:00
2018-10-16 15:34:32 -07:00