marathon-client icon indicating copy to clipboard operation
marathon-client copied to clipboard

Java API client for Mesosphere's Marathon.

Results 17 marathon-client issues
Sort by recently updated
recently updated
newest added

``` Connected to the target VM, address: '127.0.0.1:52382', transport: 'socket' Conflict (http status: 409) at com.shuyun.soa.sirius.client.marathon.MarathonClientExtender$MarathonErrorDecoder.decode(MarathonClientExtender.java:43) at feign.MethodHandler$SynchronousMethodHandler.executeAndDecode(MethodHandler.java:154) at feign.MethodHandler$SynchronousMethodHandler.invoke(MethodHandler.java:105) at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:87) at com.sun.proxy.$Proxy3.createApp(Unknown Source) at com.shuyun.soa.sirius.client.marathon.MarathonMain.main(MarathonMain.java:31) ```

I added the method to get all groups

Added in getQueue (version 0.7.0 of marathon) and deleteQueue (version 0.10.0 of marathon)

more complete health checks DTOs

My original requirement is to be able to send an HTTP basic authentication along with requests. I took the liberty to also add a version of a method that takes...

This adds health checks to the model

PUT /v2/apps/{appId} Change parameters of a running application. The new application parameters apply only to subsequently created tasks. Currently running tasks are restarted, while maintaining the minimumHealthCapacity Parameters Name Type...