Commit Graph

5 Commits

Author SHA1 Message Date
Alex Dadgar 17fc9a6283 Fix old references 2018-03-22 13:39:18 -07:00
Charlie Voiselle 0a9f2a65f2 Removed text between command and output
Removed some low-value text between the example command and the sample output.
2018-02-22 16:36:13 -05:00
Thomas Bartelmess 9acfa166c0
Changed Superset to only return the resource name
The Superset method on Resources used to return a string in the format of “[resource name] exhausted”.
This was leading to the output in plan/create job API DimensionExhausted to return keys like
```
"DimensionExhausted": {"cpu exhausted": 1}
```
This was not anywhere documented, however, one of the examples on the website showed it like this.

The other side effect of this is that the CLI formats the strings from the name of the key leading to output like
```
* Dimension "cpu exhausted" exhausted on 1 nodes
```
2017-11-28 23:16:08 -05:00
Alex Dadgar bd8a36cc58 use job status 2017-10-31 16:49:12 -07:00
Seth Vargo 19cfd137a2
Update operating a job to tell a cohesive story 2016-10-09 13:49:03 +08:00