Skip to content

Commit

Permalink
added max_instances to marathon schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mjksmith committed Mar 2, 2016
1 parent 39705df commit 2b3fdc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions paasta_tools/cli/schemas/marathon_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"minimum": 0,
"exclusiveMinimum": false
},
"max_instances": {
"type": "integer",
"minimum": 0,
"exclusiveMinimum": false
},
"nerve_ns": {
"type": "string"
},
Expand Down

0 comments on commit 2b3fdc9

Please sign in to comment.