add mesos provider inspired by mesos-dns & marathon provider

This commit is contained in:
julien 2016-07-20 11:56:14 +02:00
parent 61b22316d6
commit 5afcf17706
13 changed files with 1019 additions and 1 deletions

View file

@ -32,6 +32,7 @@ func init() {
check.Suite(&EtcdSuite{})
check.Suite(&MarathonSuite{})
check.Suite(&ConstraintSuite{})
check.Suite(&MesosSuite{})
}
var traefikBinary = "../dist/traefik"