helm

package
v0.0.0-...-8f21e7d Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 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(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.

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