Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kustomize ¶
type Kustomize interface { // Build returns a list of unstructured objects from a `kustomize build` command and extract supported parameters Build(opts KustomizeBuildOpts, overrides []*v1alpha1.ComponentParameter) ([]*unstructured.Unstructured, []*v1alpha1.ComponentParameter, error) }
Kustomize provides wrapper functionality around the `kustomize` command.
func NewKustomizeApp ¶
NewKustomizeApp create a new wrapper to run commands on the `kustomize` command-line tool.
type KustomizeBuildOpts ¶ added in v0.11.0
type KustomizeBuildOpts struct { // NamePrefix will run `kustomize edit set nameprefix` during manifest generation NamePrefix string }
KustomizeBuildOpts are options to a `kustomize build` command
Click to show internal directories.
Click to hide internal directories.