Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalRenderer ¶
type LocalRenderer struct {
Logger log.Logger
BuilderBuilder *templates.BuilderBuilder
Viper *viper.Viper
}
LocalRenderer can add a helm step to the plan, the step will fetch the chart to a temporary location and then run a local operation to run the helm templating
func (*LocalRenderer) Execute ¶
func (r *LocalRenderer) Execute( rootFs root.Fs, asset api.InlineAsset, meta api.ReleaseMetadata, templateContext map[string]interface{}, configGroups []libyaml.ConfigGroup, ) func(ctx context.Context) error
type Renderer ¶
type Renderer interface {
Execute(
rootFs root.Fs,
asset api.InlineAsset,
meta api.ReleaseMetadata,
templateContext map[string]interface{},
configGroups []libyaml.ConfigGroup,
) func(ctx context.Context) error
}
Renderer is something that can render a helm asset as part of a planner.Plan
func NewRenderer ¶
Click to show internal directories.
Click to hide internal directories.