Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KustomizeObjects ¶
func KustomizeObjects(kustomization kstypes.Kustomization, objects []client.Object) ([]client.Object, error)
KustomizeObjects runs "kustomize" over a client.Object slice, given a partial kstypes.Kustomization. This is made possible by using an in-memory filesystem, which means that a large number of resources might lead to spikes in memory usage. The Kustomization may not specify any resources or generators, but thinks like namePrefix, namespace, labels should all work.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.