gomarathon icon indicating copy to clipboard operation
gomarathon copied to clipboard

Package gomarathon provides a go client to interact with a marathon

Results 5 gomarathon issues
Sort by recently updated
recently updated
newest added

Thanks for doing this work! We are using this code as a base for interacting with marathon and need the groups endpoint and additional types added.

Just want to check if there is any plan to include support for marathon "groups" endpoints.

Add support for the ServerInfo endpoints (see https://mesosphere.github.io/marathon/docs/rest-api.html#server-info) ``` /v2/Info /v2/Leader (including DELETE) ```

Created new method for retrieving the tasks of an application (based on existing code, minimal modifications)