transformationRules property

List<TransformationRule>? transformationRules
getter/setter pair

A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.

Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no transformation will occur.

Optional.

Implementation

core.List<TransformationRule>? transformationRules;