add mesos provider inspired by mesos-dns & marathon provider
This commit is contained in:
parent
61b22316d6
commit
5afcf17706
13 changed files with 1019 additions and 1 deletions
13
glide.yaml
13
glide.yaml
|
@ -82,3 +82,16 @@ import:
|
|||
- package: github.com/mattn/go-shellwords
|
||||
- package: github.com/vdemeester/shakers
|
||||
- package: github.com/ryanuber/go-glob
|
||||
- package: github.com/mesos/mesos-go
|
||||
subpackages:
|
||||
- mesosproto
|
||||
- mesos
|
||||
- upid
|
||||
- mesosutil
|
||||
- detector
|
||||
- package: github.com/jarcoal/httpmock
|
||||
- package: github.com/mesosphere/mesos-dns
|
||||
vcs: git
|
||||
repo: https://github.com/containous/mesos-dns.git
|
||||
version: b47dc4c19f215e98da687b15b4c64e70f629bea5
|
||||
- package: github.com/tv42/zbase32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue