mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Exported getSubDomain function from Marathon provider to be able to use in custom templates
This commit is contained in:
parent
71111708d4
commit
39388a2199
@ -145,6 +145,7 @@ func (p *Provider) loadMarathonConfig() *types.Configuration {
|
||||
"getPort": p.getPort,
|
||||
"getWeight": p.getWeight,
|
||||
"getDomain": p.getDomain,
|
||||
"getSubDomain": p.getSubDomain,
|
||||
"getProtocol": p.getProtocol,
|
||||
"getPassHostHeader": p.getPassHostHeader,
|
||||
"getPriority": p.getPriority,
|
||||
|
Loading…
x
Reference in New Issue
Block a user