AnnotationsTransformer

AnnotationsTransformer adds annotations to user-input resources.

See Transformers for common required fields.

  • apiVersion: builtin

  • kind: AnnotationsTransformer

  • metadata (ObjectMeta)

    Standard object’s metadata.

  • annotations (map[string]string)

    Map of annotations that AnnotationsTransformer will add to resources.

    If not specified, AnnotationsTransformer leaves the resources unchanged.

  • fieldSpecs ([]FieldSpec)

    fieldSpecs specifies the field on each resource that AnnotationsTransformer should add the annotations to. It essentially allows the user to re-define the field path of the Kubernetes annotations field from metadata/annotations for different resources.

    If not specified, AnnotationsTransformer applies the annotations to the metadata/annotations field of all resources.


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