Go language supports built-in template functionality.
Question How do I do something like this: {{ $use_ssl := (ne $.Env.CERT_NAME "") }} where $.Env.CERT_NAME may be …
ruby go-templatesI'd like to allow our developers to pass dynamic arguments to a helm template (Kubernetes job). Currently my arguments in …
kubernetes kubernetes-helm go-templatesIs it possible, within a {{range pipeline}} T1 {{end}} action in the text/template package to access the pipelines value …
go go-templatesI need to print only specific fields of Kubernetes Events, sorted by a specific field. This is to help me …
kubernetes kubectl go-templatesFor example.go, I have package main import "html/template" import "net/http" func handler(w http.ResponseWriter, r *http.…
go go-templatesFor example, there is a function like that: func TestFunc(str string) string { return strings.Trim(str," ") } It runs in …
go concatenation go-templatesWhen inside a with or range, the scope of . is changed. How do you access the calling scope?
go go-templatesI use "text/template" module. I have struct like this to parse XML from Blogger type Media struct { ThumbnailUrl string `…
go go-templatesGetting this error message after kubectl apply -f . error: error converting YAML to JSON: yaml: invalid map key: map[interface {}]…
json kubernetes yaml kubernetes-helm go-templatesIn order to use revel's even keyword in templates I would like to get the index of a map entry …
dictionary go go-templates revel