template

package
v0.0.0-...-f3f1ec7 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FileExtensions = []string{".yaml", ".yml"}

Functions

func Walk

func Walk(path, boundary string, followSymlink bool, walkFn filepath.WalkFunc) error

Walk extends filepath.Walk to also follow symlinks. The scope should be within the boundary.

Types

type Interface

type Interface interface {
	Template(output string, extraValues map[string]interface{}) (string, error)
}

func New

func New(path []string, yttOverlay string, tpl bool, tplValues values.Interface, ytt bool, yttValues values.Interface, followSymlink bool, boundary string) (Interface, error)

Jump to

Keyboard shortcuts

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