Adding compatibility for marathon 1.5
This commit is contained in:
parent
461ebf6d88
commit
04d8b5d483
35 changed files with 2257 additions and 63 deletions
1
vendor/github.com/gambol99/go-marathon/const.go
generated
vendored
1
vendor/github.com/gambol99/go-marathon/const.go
generated
vendored
|
@ -24,6 +24,7 @@ const (
|
|||
marathonAPIEventStream = marathonAPIVersion + "/events"
|
||||
marathonAPISubscription = marathonAPIVersion + "/eventSubscriptions"
|
||||
marathonAPIApps = marathonAPIVersion + "/apps"
|
||||
marathonAPIPods = marathonAPIVersion + "/pods"
|
||||
marathonAPITasks = marathonAPIVersion + "/tasks"
|
||||
marathonAPIDeployments = marathonAPIVersion + "/deployments"
|
||||
marathonAPIGroups = marathonAPIVersion + "/groups"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue