package
0.2.11
Repository: https://github.com/elastic/harp.git
Documentation: pkg.go.dev

# Functions

FuncMap returns a mapping of all of the functions that Temmplate has.
NewContext returns a template rendering context.
NewFiles returns an engine file collection from file loader.
ReadValues will parse YAML byte data into a Values.
Render compile and assemble attribute template to merge with values.
RenderContext compile and assemble attribute template to merge with values.
RenderContextWithData compile and assemble attribute template to merge with values.
SecretReaders uses given secret reader funcs to resolve secret path.
WithDelims defines used delimiters for rendering engine.
WithFiles defines file collection.
WithName sets the template name.
WithSecretReaders defines secret resolver functions used by `secret` template function.
WithStrictMode enable or disable strict rendering mode.
WithValues defines template values injected via CLI.

# Structs

ErrNoTable indicates that a chart does not have a matching table.
ErrNoValue indicates that Values does not contain a key with a value.

# Interfaces

Context describes engine rendering context contract.

# Type aliases

ContextOption defines context functional builder function.
Files is a map of files that can be accessed from a template.
SecretReaderFunc is a function to retrieve a secret from a given path.
Values represents a collection of template values.