Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ChartsBuildScriptsRepositoryBranch is the branch that has the latest documentation. Defaults to master ChartsBuildScriptsRepositoryBranch string // ChartsBuildScriptsRepositoryURL is the URL pointing to the charts builds scripts ChartsBuildScriptsRepositoryURL string // ChartsBuildScriptRepositoryTemplatesDirectory is the folder within our repository that contains templates ChartsBuildScriptRepositoryTemplatesDirectory = "templates" // ChartsBuildScriptRepositoryTemplateDirectory is the folder within templates that contains the Go templates to add to the repository ChartsBuildScriptRepositoryTemplateDirectory = "template" )
Functions ¶
func ApplyUpstreamTemplate ¶ added in v0.2.0
func ApplyUpstreamTemplate(rootFs billy.Filesystem, chartsScriptOptions options.ChartsScriptOptions) error
ApplyUpstreamTemplate updates a charts-build-scripts repository based on the Go templates tracked in this repository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.