kustomize

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PluginTypeError = func(plugin plugins.NamedPlugin) error {
		return errors.Errorf("invalid kustomize plugin: plugin %s of type %T must implement "+
			"either the generator or the transformer interfaces", plugin.Name(), plugin)
	}
)

Functions

This section is empty.

Types

type Kustomizer

type Kustomizer struct {
	// contains filtered or unexported fields
}

func NewKustomizer

func NewKustomizer(loader loader.Loader, manifests helmchart.Manifests, layer *hubv1.Kustomize, kPlugins ...plugins.NamedPlugin) (*Kustomizer, error)

func (*Kustomizer) Run

func (k *Kustomizer) Run(dir string) ([]byte, error)

type LayerEngine

type LayerEngine interface {
	Run(dir string) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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