Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
func (Chart) Render ¶
func (chart Chart) Render(release, namespace string, values any, opts ...RenderOption) ([]*unstructured.Unstructured, error)
func (Chart) ValuesFile ¶ added in v0.12.5
type RenderOption ¶ added in v0.12.5
type RenderOption func(*renderOpts)
var IsInstall RenderOption = func(ro *renderOpts) { ro.IsInstall = true }
Click to show internal directories.
Click to hide internal directories.