Slide 11
Slide 11 text
Kustomization
Kustomization
NamePrefix string `json:"namePrefix,omitempty" yaml:"namePrefix,omitempty"`
NameSuffix string `json:"nameSuffix,omitempty" yaml:"nameSuffix,omitempty"`
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
CommonLabels map[string]string `json:"commonLabels,omitempty" yaml:"commonLabels,omitempty"`
Labels []Label `json:"labels,omitempty" yaml:"labels,omitempty"`
CommonAnnotations map[string]string `json:"commonAnnotations,omitempty" yaml:"commonAnnotations,omitempty"`
PatchesStrategicMerge []PatchStrategicMerge `json:"patchesStrategicMerge,omitempty" yaml:"patchesStrategicMerge,omitempty"`
PatchesJson6902 []Patch `json:"patchesJson6902,omitempty" yaml:"patchesJson6902,omitempty"`
Patches []Patch `json:"patches,omitempty" yaml:"patches,omitempty"`
Images []Image `json:"images,omitempty" yaml:"images,omitempty"`
ImageTags []Image `json:"imageTags,omitempty" yaml:"imageTags,omitempty"`
Replacements []ReplacementField `json:"replacements,omitempty" yaml:"replacements,omitempty"`
Replicas []Replica `json:"replicas,omitempty" yaml:"replicas,omitempty"`
SortOptions *SortOptions `json:"sortOptions,omitempty" yaml:"sortOptions,omitempty"`
Resources []string `json:"resources,omitempty" yaml:"resources,omitempty"`
Components []string `json:"components,omitempty" yaml:"components,omitempty"`
Crds []string `json:"crds,omitempty" yaml:"crds,omitempty"`
ConfigMapGenerator []ConfigMapArgs `json:"configMapGenerator,omitempty" yaml:"configMapGenerator,omitempty"`
SecretGenerator []SecretArgs `json:"secretGenerator,omitempty" yaml:"secretGenerator,omitempty"`
HelmGlobals *HelmGlobals `json:"helmGlobals,omitempty" yaml:"helmGlobals,omitempty"`
HelmCharts []HelmChart `json:"helmCharts,omitempty" yaml:"helmCharts,omitempty"`
GeneratorOptions *GeneratorOptions `json:"generatorOptions,omitempty" yaml:"generatorOptions,omitempty"`
Configurations []string `json:"configurations,omitempty" yaml:"configurations,omitempty"`
Generators []string `json:"generators,omitempty" yaml:"generators,omitempty"`
Transformers []string `json:"transformers,omitempty" yaml:"transformers,omitempty"`
Validators []string `json:"validators,omitempty" yaml:"validators,omitempty"`