Merge pull request #1711 from aledbf/add-helper-to-funcmap
Automatic merge from submit-queue [nginx-ingress-controller]: Add function helpers to nginx template fixes #1695
This commit is contained in:
commit
d90ceb7f3c
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ var (
|
|||
"buildProxyPass": buildProxyPass,
|
||||
"buildRateLimitZones": buildRateLimitZones,
|
||||
"buildRateLimit": buildRateLimit,
|
||||
"contains": strings.Contains,
|
||||
"hasPrefix": strings.HasPrefix,
|
||||
"hasSuffix": strings.HasSuffix,
|
||||
"toUpper": strings.ToUpper,
|
||||
"toLower": strings.ToLower,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue