# Functions
No description provided by the author
No description provided by the author
NewFactory returns a new resmap.Factory.
NewPluginHelpers makes an instance of PluginHelpers.
# Structs
Factory makes instances of ResMap.
A GeneratorWithProperties contains a Generator and stores some of its properties.
PluginHelpers holds things that any or all plugins might need.
A TransformerWithProperties contains a Transformer and stores some of its properties.
# Interfaces
Something that's configurable accepts an instance of PluginHelpers and a raw config object (YAML in []byte form).
A Generator creates an instance of ResMap.
No description provided by the author
ResMap is an interface describing operations on the core kustomize data structure, a list of Resources.
A Transformer modifies an instance of ResMap.
No description provided by the author