Documentation
¶
Index ¶
- Variables
- func ApplyChartAnnotations(helmChart *chart.Chart, annotations map[string]string, override bool) bool
- func ApplyOverlayFiles(packagePath string) error
- func ExportChartAsset(helmChart *chart.Chart, targetPath string) error
- func ExportChartDirectory(chart *chart.Chart, targetPath string) error
- func ExportDependenciesToDirectory(chart *chart.Chart, targetPath string) error
- func GeneratePackageVersion(upstreamChartVersion string, packageVersion *int, version string) (string, error)
- func GetFileList(searchPath string, relative bool) ([]string, []string, error)
- func Gunzip(path string, outPath string) error
- func LinkOverlayFiles(packagePath string) error
- func OverlayChartMetadata(helmChart *chart.Chart, overlay chart.Metadata)
- func RemoveChartAnnotations(helmChart *chart.Chart, annotations map[string]string) bool
- func RemoveOverlayFiles(packagePath string) error
- func StandardizeChartDirectory(sourcePath string, targetPath string) error
- func StripPackageVersion(chartVersion string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PatchNumMultiplier = uint64(math.Pow10(2)) MaxPatchNum = PatchNumMultiplier - 1 )
Functions ¶
func ApplyChartAnnotations ¶
func ApplyOverlayFiles ¶ added in v0.0.7
func ExportDependenciesToDirectory ¶ added in v0.0.7
func GeneratePackageVersion ¶
func LinkOverlayFiles ¶
func OverlayChartMetadata ¶
func RemoveChartAnnotations ¶ added in v0.1.0
func RemoveOverlayFiles ¶ added in v0.0.4
func StandardizeChartDirectory ¶
Load and Unloads Chart to ensure consistent layout for overlay
func StripPackageVersion ¶ added in v0.0.6
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.