Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KustomizationNames = []string{"kustomization.yaml", "kustomization.yml", "Kustomization"}
Functions ¶
func GetCommandName ¶ added in v0.12.0
func IsKustomization ¶ added in v0.12.0
Types ¶
type Image ¶ added in v0.12.1
type Image = string
represents a Docker image in the format NAME[:TAG].
type Kustomize ¶
type Kustomize interface { // Build returns a list of unstructured objects from a `kustomize build` command and extract supported parameters Build(opts *v1alpha1.ApplicationSourceKustomize) ([]*unstructured.Unstructured, []ImageTag, []Image, error) }
Kustomize provides wrapper functionality around the `kustomize` command.
Click to show internal directories.
Click to hide internal directories.