substitutionRules

@JvmName(name = "dsjfteygnctjbquw")
suspend fun substitutionRules(value: Output<List<SubstitutionRuleArgs>>)
@JvmName(name = "byrsqgrbjtgapytl")
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 = "novheibcfpbordsj")
suspend fun substitutionRules(vararg values: Output<SubstitutionRuleArgs>)


@JvmName(name = "vvhlpthrxqqrbabr")
suspend fun substitutionRules(values: List<Output<SubstitutionRuleArgs>>)
@JvmName(name = "vemthuvdiwujlade")
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 = "nnenyjyebpwbewfo")
suspend fun substitutionRules(argument: List<suspend SubstitutionRuleArgsBuilder.() -> Unit>)
@JvmName(name = "aknwsqdhyworackv")
suspend fun substitutionRules(vararg argument: suspend SubstitutionRuleArgsBuilder.() -> Unit)
@JvmName(name = "efpecrujdyqlebaj")
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.