app

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application interface {
	// Resources computes and returns the resources for the app.
	Resources() (resource.ResourceCollection, error)
	// SemiResources computes and returns the resources without name hash and name reference for the app
	SemiResources() (resource.ResourceCollection, error)
	// RawResources computes and returns the raw resources from the kustomization file.
	// It contains resources from
	// 1) untransformed resources from current kustomization file
	// 2) transformed resources from sub packages
	RawResources() (resource.ResourceCollection, error)
}

func New

func New(loader loader.Loader) (Application, error)

NewApp parses the kustomization file at the path using the loader.

Jump to

Keyboard shortcuts

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