-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better range
support for go template
#21
Comments
IIRC, templating engine supports Sprig functions. |
@arkadijs thanks! I was thinking about Sprig there are lot functions... not sure if all needed for go templates and not sure if we can test all of them... Also from usability perspective, functions might be confusing for the user. For example it maybe hard for user to distinguish with which type do they operate etc... So, variable arguments and good type guessing might be more friendlier nature...
|
It's already in the Hub: |
It looks like everything except |
As a user I want to define a parameter and then iterate over its values in the go template. Today we can define parameter value as a string. Then go-template needs to support
split
function so it would produce list out of stringsplit
function to gotemplatecompact
function to gotemplatejoin
function to gotemplatefirst
function to gotemplateformatSubdomain
to gotemplateThe text was updated successfully, but these errors were encountered: