Documentation
¶
Overview ¶
Package helmfile provides the CI Plugin implementation for Helmfile components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin implements plugin.Plugin for Helmfile components.
func (*Plugin) GetHookBindings ¶
func (p *Plugin) GetHookBindings() []plugin.HookBinding
GetHookBindings returns the hook bindings for Helmfile CI summaries.
type TemplateContext ¶
type TemplateContext struct {
*plugin.TemplateContext
CommandTitle string
}
TemplateContext extends the base template context with Helmfile-specific fields.
Click to show internal directories.
Click to hide internal directories.