feat(rancher): add WhitelistSourceRange label.
This commit is contained in:
parent
c042098889
commit
c884c7bb8a
2 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,7 @@ func (p *Provider) buildConfiguration(services []rancherData) *types.Configurati
|
|||
"getRedirectEntryPoint": getFuncString(label.TraefikFrontendRedirectEntryPoint, label.DefaultFrontendRedirectEntryPoint),
|
||||
"getRedirectRegex": getFuncString(label.TraefikFrontendRedirectRegex, ""),
|
||||
"getRedirectReplacement": getFuncString(label.TraefikFrontendRedirectReplacement, ""),
|
||||
"getWhitelistSourceRange": getFuncSliceString(label.TraefikFrontendWhitelistSourceRange),
|
||||
}
|
||||
|
||||
// filter services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue