1
0
Fork 0

Remove useless func in FuncMaps

This commit is contained in:
Julien Salleyron 2016-12-03 12:11:31 +01:00
parent ec05fbcf19
commit d469d426f8
4 changed files with 0 additions and 5 deletions

View file

@ -139,7 +139,6 @@ func (provider *Marathon) loadMarathonConfig() *types.Configuration {
"getEntryPoints": provider.getEntryPoints,
"getFrontendRule": provider.getFrontendRule,
"getFrontendBackend": provider.getFrontendBackend,
"replace": replace,
"hasCircuitBreakerLabels": provider.hasCircuitBreakerLabels,
"hasLoadBalancerLabels": provider.hasLoadBalancerLabels,
"hasMaxConnLabels": provider.hasMaxConnLabels,