Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderFile ¶
Types ¶
type Secret ¶
type Secret struct {
Alias string // The name used to reference this secret in templates.
Value string // The resolved secret content.
}
Secret is a resolved key/value pair ready for template rendering. It is deliberately minimal — no error or tag metadata — because by this point all fetching, error handling, and ignore logic are done (see provider.Result for the previous stage). Templates only need the alias to look up a value.
type TemplateData ¶
templateData describes the form in which data is presented to file templates
Click to show internal directories.
Click to hide internal directories.