helm

package
v0.0.0-...-bc96211 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2025 License: Apache-2.0 Imports: 20 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// NotesFileNameSuffix is the file name suffix for helm notes.
	// see https://helm.sh/docs/chart_template_guide/notes_files/
	NotesFileNameSuffix = ".txt"
)

Variables

This section is empty.

Functions

func Render

func Render(releaseName, namespace string, directory string, iop values.Map, kubernetesVersion *version.Info) ([]manifest.Manifest, util.Errors, error)

Render produces a set of fully rendered manifests from Helm. Any warnings are also propagated up. Note: this is the direct result of the Helm call. Postprocessing steps are done later. TODO: ReleaseName hardcoded to istio, this should probably have been the component name. However, its a bit late to change it.

Types

type TemplateFilterFunc

type TemplateFilterFunc func(string) bool

TemplateFilterFunc filters templates to render by their file name

type Warnings

type Warnings = util.Errors

Jump to

Keyboard shortcuts

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