substitutionRules property

  1. @TagNumber(8)
List<RestoreConfig_SubstitutionRule> substitutionRules

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 substitution will occur.

Implementation

@$pb.TagNumber(8)
$core.List<RestoreConfig_SubstitutionRule> get substitutionRules => $_getList(7);