Versions in this module Expand all Collapse all v1 v1.8.0 Dec 5, 2025 v1.7.0 Sep 23, 2025 Changes in this version + func Unstructured(payload []byte) (chartutil.Values, error) + func UnstructuredType(item interface{}) (chartutil.Values, error) + type Engine struct + func NewEngine(kube *k8s.Kube, templatePayload string) *Engine + func (e *Engine) Render(variables *Variables) ([]byte, error) + type LookupFn func(string, string, string, string) (map[string]interface{}, error) + type LookupFuncs struct + func NewLookupFuncs(kube *k8s.Kube) *LookupFuncs + func (l *LookupFuncs) Lookup() LookupFn + type Variables struct + Installer chartutil.Values + OpenShift chartutil.Values + func NewVariables() *Variables + func (v *Variables) SetInstaller(cfg *config.Spec) error + func (v *Variables) SetOpenShift(ctx context.Context, kube *k8s.Kube) error + func (v *Variables) Unstructured() (chartutil.Values, error)