templatex

package
v0.3.98 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AdjustTemplateOutput added in v0.3.72

func AdjustTemplateOutput(data []byte) []byte

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 FuncMap

func FuncMap() template.FuncMap

template FuncMap generator

func FuncMapForClient

func FuncMapForClient(c client.Client) template.FuncMap

template FuncMap generator for functions called in target Kubernetes context

func FuncMapForLocalClient added in v0.2.7

func FuncMapForLocalClient(c client.Client) template.FuncMap

template FuncMap generator for functions called in local Kubernetes context

func FuncMapForTemplate

func FuncMapForTemplate(t *template.Template) template.FuncMap

template FuncMap generator for functions called in a template context

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL