Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdjustTemplateOutput ¶ added in v0.3.72
This function mimics the Helm behaviour. Background: values passed to the built-in generators are of type map[string]any. Of course, templates are rendered with the missingkey=zero option. But still, if a key is missing in the values, the empty value of 'any' (returned in this case) makes the go templating engine return '<no value>' in that case. Helm decided to override that by replacing all occurrences of the string '<no value>' in any template output by the empty string. We are following that approach.
func FuncMapForClient ¶
template FuncMap generator for functions called in target Kubernetes context
func FuncMapForLocalClient ¶ added in v0.2.7
template FuncMap generator for functions called in local Kubernetes context
Types ¶
This section is empty.