mohitsoni / marathon-client

Java API client for Mesosphere's Marathon.
Apache License 2.0
50 stars 89 forks source link

Add upgrade strategy #15

Closed milenkovicm closed 8 years ago

milenkovicm commented 9 years ago

Add upgrade strategy with a minimumHealthCapacity maximumOverCapacity which is defined on application level

milenkovicm commented 9 years ago

Would you be able to merge this pull request? Thanks

milenkovicm commented 9 years ago

According to https://mesosphere.github.io/marathon/docs/rest-api.html#post-/v2/apps default values for minimumHealthCapacityand maximumOverCapacity is 1, setting them as default in them as default.

milenkovicm commented 9 years ago

hi @mohitsoni, pr is rebased, would you be able to merge it?