Exported getSubDomain function from Marathon provider to be able to use in custom templates
This commit is contained in:
parent
71111708d4
commit
39388a2199
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue