Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
func (*Helm) GetResultsFilePath ¶
func (h *Helm) GetResultsFilePath(appName name.Application, overlay, basePath string) string
type TemplatorMutate ¶
type TemplatorMutate interface {
templator.HelmApplication
HelmMutate(mntr.Monitor, *latest.ToolsetSpec, string) error
}
type TemplatorMutateValues ¶
type TemplatorMutateValues interface {
templator.HelmApplication
HelmMutateValues(mntr.Monitor, *latest.ToolsetSpec, string) error
}
type TemplatorPreSteps ¶
type TemplatorPreSteps interface {
templator.HelmApplication
HelmPreApplySteps(mntr.Monitor, *latest.ToolsetSpec) ([]interface{}, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.