# Functions
Create a new KustomizeGenerator.
Create a new KustomizeGenerator with an ObjectTransformer attached (further transformers can be attached to the returned generator object).
Create a new KustomizeGenerator with a ParameterTransformer attached (further transformers can be attached to the returned generator object).
Create a new KustomizeGenerator as TransformableGenerator.
# Structs
KustomizeGenerator is a Generator implementation that basically renders a given Kustomization.
KustomizeGeneratorOptions allows to tweak the behavior of the kustomize generator.