-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[nginx-ingress-controller]: Add function helpers to nginx template #1711
[nginx-ingress-controller]: Add function helpers to nginx template #1711
Conversation
@bprashanth ping |
For my own edification, can you elaboration how one leverages this, do we need a custom template (haven't parsed the entire issue)? |
Yes. This PR just add new helpers to the template to avoid compiling a custom controller like in #1695 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great to enable extra string operation in the template file.
@bprashanth ping |
recomputing cla status... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
LGTM, please document an example of how one uses it so the wider community can avail of the new functions (ok to do this in a follow up pr) |
Automatic merge from submit-queue |
Automatic merge from submit-queue [nginx-ingress-controller] Add docs about go template Address #1711 (comment)
…funcmap Automatic merge from submit-queue [nginx-ingress-controller]: Add function helpers to nginx template fixes kubernetes-retired#1695
Automatic merge from submit-queue [nginx-ingress-controller] Add docs about go template Address kubernetes-retired#1711 (comment)
fixes #1695
This change is