LabelTransformer
See Transformers for common required fields.
-
apiVersion: builtin
-
kind: LabelTransformer
-
metadata (ObjectMeta)
Standard object’s metadata.
-
labels (map[string]string)
Map of labels that LabelTransformer will add to resources.
If not specified, LabelTransformer leaves the resources unchanged.
-
fieldSpecs ([]FieldSpec)
fieldSpecs specifies the field on each resource that LabelTransformer should add the labels to. It essentially allows the user to re-define the field path of the Kubernetes labels field from
metadata/labels
for different resources.If not specified, LabelTransformer applies the labels to the
metadata/labels
field of all resources.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.