Transformers

Transformers have the ability to modify user-input resources.

Transformers are Kubernetes objects that dictate how Kustomize changes other Kubernetes objects that users provide. Besides spec, transformers require the same fields, listed below, as other Kubernetes objects:

  • apiVersion
  • kind
  • metadata
    • name

AnnotationsTransformer

AnnotationsTransformer adds annotations to user-input resources.

LabelTransformer

LabelTransformer adds labels to user-input resources.

NamespaceTransformer

NamespaceTransformer sets the Namespace of user-input namespaced resources.

PrefixTransformer

PrefixTransformer adds prefixes to the names of user-input resources.

SuffixTransformer

SuffixTransformer adds suffixes to the names of user-input resources.


Last modified September 8, 2023: Document AnnotationsTransformer (#5247) (7c36ed21)