Documentation
¶
Index ¶
Constants ¶
View Source
const HELM_CHARTS_FOLDER = "/helm/"
Variables ¶
View Source
var CouldNotGenerateChartFileError = µerror.Error{
Kind: "CouldNotGenerateChartFileError",
Desc: "The Chart README file could not be generated.",
}
View Source
var CouldNotParsedChartFileError = µerror.Error{
Kind: "CouldNotParsedChartFileError",
Desc: "The Chart README file could not be parsed.",
}
View Source
var CouldNotReadChartMetadataFileError = µerror.Error{
Kind: "CouldNotReadChartMetadataFileError",
Desc: "The Chart README file could not be parsed.",
}
Functions ¶
func GenerateChartConfig ¶ added in v0.2.0
GenerateChartConfig generates a README YAML file and returns the Content to render.
func IsCouldNotGenerateChartFileError ¶ added in v0.2.0
IsCouldNotGenerateChartFileError asserts CouldNotGenerateChartFileError
func IsCouldNotParsedChartFileError ¶
IsCouldNotParsedChartFileError asserts CouldNotParsedChartFileError
func IsCouldNotReadChartMetadataFileError ¶ added in v0.2.0
IsCouldNotReadChartMetadataFileError asserts CouldNotReadChartMetadataFileError
Types ¶
Click to show internal directories.
Click to hide internal directories.