Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultChartFiles = []*chartutil.BufferedFile{ { Name: chartutil.ChartfileName, Data: []byte(fmt.Sprintf(prowChart, version.Release)), }, { Name: chartutil.ValuesfileName, Data: []byte(fmt.Sprintf(prowValues, version.Release)), }, { Name: chartutil.IgnorefileName, Data: []byte(prowIgnore), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.DeploymentName), Data: []byte(prowDeployment), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.ServiceName), Data: []byte(prowService), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.NotesName), Data: []byte(prowNotes), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.HelpersName), Data: []byte(prowHelpers), }, }
DefaultChartFiles represent the default chart files relevant to a Prow chart installation
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.