Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kustomization ¶
type Kustomization struct { machinery.TemplateMixin machinery.ProjectNameMixin // SupportsKustomizeV4 is true for the projects that are // scaffold using the kustomize/v2-aplha plugin and // the major bump for it 4x // Previous versions uses 3x SupportsKustomizeV4 bool SupportsWebhooks bool }
Kustomization scaffolds a kustomization.yaml for the manifests overlay folder.
func (*Kustomization) SetTemplateDefaults ¶
func (f *Kustomization) SetTemplateDefaults() error
SetTemplateDefaults implements machinery.Template
Click to show internal directories.
Click to hide internal directories.