Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmChart ¶
type HelmChart struct { machinery.TemplateMixin machinery.ProjectNameMixin }
HelmChart scaffolds a file that defines the Helm chart structure
func (*HelmChart) SetTemplateDefaults ¶
SetTemplateDefaults implements machinery.Template
type HelmIgnore ¶
type HelmIgnore struct {
machinery.TemplateMixin
}
HelmIgnore scaffolds a file that defines the .helmignore for Helm packaging
func (*HelmIgnore) SetTemplateDefaults ¶
func (f *HelmIgnore) SetTemplateDefaults() error
SetTemplateDefaults implements machinery.Template
type HelmValues ¶
type HelmValues struct { machinery.TemplateMixin machinery.ProjectNameMixin // DeployImages stores the images used for the DeployImage plugin DeployImages map[string]string // Force if true allows overwriting the scaffolded file Force bool // HasWebhooks is true when webhooks were found in the config HasWebhooks bool }
HelmValues scaffolds a file that defines the values.yaml structure for the Helm chart
func (*HelmValues) SetTemplateDefaults ¶
func (f *HelmValues) SetTemplateDefaults() error
SetTemplateDefaults implements machinery.Template
Click to show internal directories.
Click to hide internal directories.