Documentation ¶
Index ¶
- Variables
- func Apply(cl client.Client, owner metav1.Object, templatePath string, ...) error
- func Delete(cl client.Client, owner metav1.Object, templatePath string, ...) error
- func Manifest(cl client.Client, templatePath string, context interface{}) (mf.Manifest, error)
- func Overlay(o *unstructured.Unstructured) func(*unstructured.Unstructured) error
- func PathTemplateSource(path string, context interface{}) mf.Source
Constants ¶
This section is empty.
Variables ¶
View Source
var PathPrefix string
PathPrefix is the file system path which template paths will be prefixed with. Default is no prefix, which causes paths to be read relative to process working dir
Functions ¶
func Overlay ¶
func Overlay(o *unstructured.Unstructured) func(*unstructured.Unstructured) error
Overlay is a transform which overlays the provided object onto the source
func PathTemplateSource ¶
A templating source read from a file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.