Documentation ¶
Index ¶
Constants ¶
View Source
const ReleaseName = "draft"
ReleaseName is the name of the release used when installing/uninstalling draft via helm.
Variables ¶
View Source
var DefaultChartFiles = []*chartutil.BufferedFile{ { Name: chartutil.ChartfileName, Data: []byte(fmt.Sprintf(draftChart, version.Release)), }, { Name: chartutil.ValuesfileName, Data: []byte(fmt.Sprintf(draftValues, version.Release)), }, { Name: chartutil.IgnorefileName, Data: []byte(draftIgnore), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.DeploymentName), Data: []byte(draftDeployment), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.ServiceName), Data: []byte(draftService), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.NotesName), Data: []byte(draftNotes), }, { Name: path.Join(chartutil.TemplatesDir, chartutil.HelpersName), Data: []byte(draftHelpers), }, }
DefaultChartFiles represent the default chart files relevant to a Draft chart installation
Functions ¶
func Install ¶
Install uses the helm client to install Draftd with the given config.
Returns an error if the command failed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.