# Packages

Package manifests contains the HelmGenerator implementation of the Generator interface.
Package manifests contains the KustomizeGenerator implementation of the Generator interface.

# Functions

Deep-merge second map (y) over first map (x) with the usual logic.
Deep-merge two maps with the usual logic and return the result.
Create a new DummyGenerator.
Wrap a given Generator into a TransformableGenerator, to allow to attach further parameter or object transformers to it.
Create a new TemplateParameterTransformer (reading the template from the given fsys and path).

# Structs

DummyGenerator is a generator that does nothing.
TemplateParameterTransformer allows to transform parameters through a given go template.

# Interfaces

Resource generator interface.
Object transformer interface.
Parameter transformer interface.
Interface for generators that can be enhanced with parameter/object transformers.