helm

package
v1.76.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilteredHelmWriter

type FilteredHelmWriter struct {
	Writer io.Writer
}

Catch warning logs messages and filter them https://github.com/helm/helm/issues/7019

func (*FilteredHelmWriter) Write

func (w *FilteredHelmWriter) Write(p []byte) (int, error)

type Renderer

type Renderer struct {
	Name      string
	Namespace string
	LintMode  bool
	// APIVersions extends the capabilities the chart is rendered with. Helm's defaults are
	// group/version pairs with no kind in them, so every guard that asks after a kind answers no
	// until the kind is named here. The guards read this list in two ways: helm_lib_kind_exists
	// takes a bare kind and looks for it as a case-insensitive "/<Kind>" suffix, while
	// helm_lib_api_version_exists and inline .Capabilities.APIVersions.Has compare a whole
	// "group/version/Kind" string. An entry spelled that way satisfies both.
	APIVersions []string
}

func (Renderer) RenderChart

func (r Renderer) RenderChart(c *chart.Chart, values string) (map[string]string, error)

func (Renderer) RenderChartFromDir

func (r Renderer) RenderChartFromDir(dir string, values string) (map[string]string, error)

func (Renderer) RenderChartFromRawValues added in v1.39.0

func (r Renderer) RenderChartFromRawValues(c *chart.Chart, values chartutil.Values) (map[string]string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL