Documentation ¶
Index ¶
Constants ¶
View Source
const ( PackageHelmChartTaskName = "package-helm-chart" PackageHelmChartTaskString = "%s: %s" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageHelmChartTask ¶
type PackageHelmChartTask struct {
// contains filtered or unexported fields
}
func NewPackageHelmChartTask ¶
func NewPackageHelmChartTask(chartDir, dst string) PackageHelmChartTask
func (PackageHelmChartTask) Name ¶
func (p PackageHelmChartTask) Name() string
func (PackageHelmChartTask) Run ¶
func (p PackageHelmChartTask) Run() error
Run package the helm chart at p.chartDir into p.dst.
If p.dst is /foo, and the chart is named bar, with version 1.0.0, this will generate /foo/bar-1.0.0.tgz.
func (PackageHelmChartTask) String ¶
func (p PackageHelmChartTask) String() string
Click to show internal directories.
Click to hide internal directories.