Documentation
¶
Overview ¶
Package helm provides helm v3 task support
Index ¶
Constants ¶
View Source
const TaskKindIndex = "index"
View Source
const TaskKindPackage = "package"
View Source
const ToolKind = "helm"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageSigningSpec ¶
type TaskIndex ¶
type TaskIndex struct {
rs.BaseField `yaml:"-"`
tools.BaseTask `yaml:",inline"`
RepoURL string `yaml:"repo_url"`
PackagesDir string `yaml:"packages_dir"`
Merge string `yaml:"merge"`
}
func (*TaskIndex) GetExecSpecs ¶
func (c *TaskIndex) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
type TaskPackage ¶
type TaskPackage struct {
rs.BaseField `yaml:"-"`
tools.BaseTask `yaml:",inline"`
Chart string `yaml:"chart"`
PackagesDir string `yaml:"packages_dir"`
Signing PackageSigningSpec `yaml:"signing"`
}
func (*TaskPackage) GetExecSpecs ¶
func (c *TaskPackage) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
Click to show internal directories.
Click to hide internal directories.