inline

package
v0.55.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

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

func NewRenderer(
	logger log.Logger,
	bb *templates.BuilderBuilder,
	v *viper.Viper,
) Renderer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL