helm

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrChartNotFound    = errors.New("the requested chart could not be loaded")
	ErrRenderAction     = errors.New("the chart could not be rendered with the given values")
	ErrCannotParseChart = errors.New("helm produced a set of manifests that is not parseable")
)

Functions

func RenderChart

func RenderChart(path string, vals map[string]interface{}, opts ...RenderOption) ([]*unstructured.Unstructured, error)

Types

type RenderOption

type RenderOption func(*action.Install)

func WithNamespace

func WithNamespace(ns string) RenderOption

Jump to

Keyboard shortcuts

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