RestorePlanRestoreConfigTransformationRuleResourceFilterArgs

data class RestorePlanRestoreConfigTransformationRuleResourceFilterArgs(val groupKinds: Output<List<RestorePlanRestoreConfigTransformationRuleResourceFilterGroupKindArgs>>? = null, val jsonPath: Output<String>? = null, val namespaces: Output<List<String>>? = null) : ConvertibleToJava<RestorePlanRestoreConfigTransformationRuleResourceFilterArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): RestorePlanRestoreConfigTransformationRuleResourceFilterArgs

Properties

Link copied to clipboard

(Filtering parameter) Any resource subject to transformation must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for transformation). Structure is documented below.

Link copied to clipboard
val jsonPath: Output<String>? = null

This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).

Link copied to clipboard
val namespaces: Output<List<String>>? = null

(Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for transformation). To mix cluster-scoped and namespaced resources in the same rule, use an empty string ("") as one of the target namespaces.