Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + func NamespaceFrom(ctx context.Context) string + func NewTemplateLoader(ctx context.Context, cli client.Client) template.Loader[*loadConfig, *compileConfig] + func WithNamespace(ctx context.Context, ns string) context.Context + func WithType(typ string) template.LoadOption[*loadConfig] + type TemplateLoader struct + func (l *TemplateLoader) LoadTemplate(ctx context.Context, name string, opts ...template.LoadOption[*loadConfig]) (template.Template[*compileConfig], error)