package
1.0.11
Repository: https://github.com/daimler/kustomize.git
Documentation: pkg.go.dev

# Packages

Package config provides the functions to load default or user provided configurations for different transformers.

# Functions

NewAnnotationsMapTransformer construct a mapTransformer.
NewImageTagTransformer constructs a imageTagTransformer.
NewLabelsMapTransformer constructs a mapTransformer.
NewMapTransformer construct a mapTransformer.
NewMultiTransformer constructs a multiTransformer.
NewMultiTransformerWithConflictCheck constructs a multiTransformer with checking of conflicts.
NewNamePrefixSuffixTransformer construct a namePrefixSuffixTransformer.
NewNameReferenceTransformer constructs a nameReferenceTransformer with a given slice of NameBackReferences.
NewNamespaceTransformer construct a namespaceTransformer.
NewNoOpTransformer constructs a noOpTransformer.
NewRefVarTransformer returns a Trasformer that replaces $(VAR) style variables with values.

# Interfaces

A Transformer modifies an instance of resmap.ResMap.