Versions in this module Expand all Collapse all v2 v2.0.2 Jun 30, 2025 Changes in this version + const NaisManifestSchema + func ExecTemplate(data []byte, ctx TemplateVariables, out cli.Output) ([]byte, error) + func Run(files []string, flags *flag.Validate, out cli.Output) error + func YAMLToJSONMessages(data []byte) ([]json.RawMessage, error) + type TemplateVariables map[string]interface + func TemplateVariablesFromFile(path string) (TemplateVariables, error) + func TemplateVariablesFromSlice(vars []string) TemplateVariables + type Validate struct + ResourcePaths []string + SchemaLoader gojsonschema.JSONLoader + Variables TemplateVariables + Verbose bool + func New(resourcePaths []string) Validate + func (v Validate) Validate(out cli.Output) error