# Functions

NewKustomization instantiates a new kustomize workflow.
WithAPI configures the controller to use the Optimize API.
WithControllerResources sets the controller container resources.
No description provided by the author
WithImage sets the image attribute for the kustomiztion.
No description provided by the author
WithInstall initializes a kustomization with the bases of what we need to perform an install/init.
WithLabels sets the common labels attribute for the kustomization.
WithNamespace sets the namespace attribute for the kustomization.
WithPatches updates the kustomization with the specified list of Patches and writes them to the in memory filesystem.
No description provided by the author
WithResources updates the kustomization with the specified list of Assets and writes them to the in memory filesystem.
Yamls is a convenience function to run through the kustomize workflow and return the generated yaml bytes from `kustomize build`.

# Variables

This will get overridden at build time with the appropriate version image.

# Structs

Kustomize provides the ability to manage Kubernetes resources through kubernetes-sigs/Kustomize.

# Type aliases

No description provided by the author