Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapInputs ¶
MapInputs runs the function against each input Resource, providing the parsed metadata and returning the aggregated result
func MapInputsE ¶
func MapInputsE(inputs []*yaml.RNode, fn MapInputsEFn) error
MapInputsE runs the function against each input Resource, providing the parsed metadata
func WrapErrorWithFile ¶
func WrapErrorWithFile(err error, meta yaml.ResourceMeta) error
WrapErrorWithFile returns the original error wrapped with information about the file that the Resource was parsed from.
Types ¶
type MapInputsEFn ¶
type MapInputsEFn func(*yaml.RNode, yaml.ResourceMeta) error
type MapInputsFn ¶
Click to show internal directories.
Click to hide internal directories.