charts

package
v2.18.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//go:embed all:telepresence
	TelepresenceFS embed.FS
	//go:embed all:telepresence-crds
	TelepresenceCRDsFS embed.FS
)
View Source
var ChartOverlayFunc map[DirType]ChartOverlayFuncDef //nolint:gochecknoglobals // extension point

ChartOverlayFunc can be used by module extensions to add or overwrite the charts directory. type ChartOverlayFunc func(base afero.Fs) (afero.Fs, error).

Functions

func WriteChart

func WriteChart(helmChartDir DirType, out io.Writer, chartName, version string, overlays ...fs.FS) error

WriteChart is a minimal `helm package`.

Types

type ChartOverlayFuncDef added in v2.11.0

type ChartOverlayFuncDef func(base afero.Fs) (afero.Fs, error)

type DirType added in v2.11.0

type DirType int8
const (
	DirTypeTelepresence     DirType = iota
	DirTypeTelepresenceCRDs DirType = iota
)

Jump to

Keyboard shortcuts

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