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 ¶
Types ¶
type ChartOverlayFuncDef ¶ added in v2.11.0
Click to show internal directories.
Click to hide internal directories.