scaffold

package
v0.1.1-0...-3e8ee2d Latest Latest
Warning

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

Go to latest
Published: May 8, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	Template Template
	Values   chartutil.Values
	ChartFs  afero.Fs
	Options  *EngineOptions
}

func New

func New(tpl Template, vals chartutil.Values, opts *EngineOptions) *Engine

func (*Engine) Render

func (e *Engine) Render() error

Render creates, parses and renders the template

type EngineOptions

type EngineOptions struct {
	LeftDelim  string
	RightDelim string
	ChartPath  string
	Verbose    bool
	DryRun     bool
	Prefix     string
}

type Template

type Template struct {
	Prefix  string
	Kind    string
	Ext     string
	Content string
}

Jump to

Keyboard shortcuts

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