Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶ added in v0.18.0
Build takes the path to a directory with a konfig.RecognizedKustomizationFileNames, builds it, and returns the resulting manifests as multi-doc YAML. It restricts the Kustomize file system to the parent directory of the base.
func BuildWithRoot ¶ added in v0.31.0
BuildWithRoot takes the path to a directory with a konfig.RecognizedKustomizationFileNames, builds it, and returns the resulting manifests as multi-doc YAML. The Kustomize file system is restricted to root.
Types ¶
type Options ¶
type Options struct { FileSystem filesys.FileSystem BaseDir string TargetPath string }
func MakeDefaultOptions ¶
func MakeDefaultOptions() Options
Click to show internal directories.
Click to hide internal directories.