substitutionRules

@JvmName(name = "wyqhuofohnsqchxd")
suspend fun substitutionRules(value: Output<List<SubstitutionRuleArgs>>)
@JvmName(name = "skxryybeceetddpc")
suspend fun substitutionRules(value: List<SubstitutionRuleArgs>?)

Parameters

value

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.


@JvmName(name = "erdwcmnwkhkjyttk")
suspend fun substitutionRules(vararg values: Output<SubstitutionRuleArgs>)


@JvmName(name = "iolnxbuidarrfknv")
suspend fun substitutionRules(values: List<Output<SubstitutionRuleArgs>>)
@JvmName(name = "cfvemboeeqcpcaud")
suspend fun substitutionRules(vararg values: SubstitutionRuleArgs)

Parameters

values

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.


@JvmName(name = "kbofqdfpeqenpkjj")
suspend fun substitutionRules(argument: List<suspend SubstitutionRuleArgsBuilder.() -> Unit>)
@JvmName(name = "jcqoyplrmkqxmxur")
suspend fun substitutionRules(vararg argument: suspend SubstitutionRuleArgsBuilder.() -> Unit)
@JvmName(name = "aygrharnfaoucvlq")
suspend fun substitutionRules(argument: suspend SubstitutionRuleArgsBuilder.() -> Unit)

Parameters

argument

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.