Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilteredHelmWriter ¶
Catch warning logs messages and filter them https://github.com/helm/helm/issues/7019
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 (Renderer) RenderChartFromDir ¶
Click to show internal directories.
Click to hide internal directories.