Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomPatchPostRenderer ¶
type CustomPatchPostRenderer struct {
// Patches is a list of patches to apply to the rendered manifests.
Patches []sveltosv1beta1.Patch
}
Kustomize is a Helm post-render plugin that runs Kustomize.
func (*CustomPatchPostRenderer) RunUnstructured ¶
func (k *CustomPatchPostRenderer) RunUnstructured(unstructuredObjs []*unstructured.Unstructured) ([]*unstructured.Unstructured, error)
Click to show internal directories.
Click to hide internal directories.