namespaces

@JvmName(name = "uvcosybxhvcmjlhy")
suspend fun namespaces(value: Output<List<String>>)
@JvmName(name = "lwhnexhouimxuyhd")
suspend fun namespaces(value: List<String>?)

Parameters

value

(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.


@JvmName(name = "ycgvldavrqfrlgrx")
suspend fun namespaces(vararg values: Output<String>)


@JvmName(name = "idokmkovnmgrstba")
suspend fun namespaces(values: List<Output<String>>)
@JvmName(name = "xuuhfucuroaaleec")
suspend fun namespaces(vararg values: String)

Parameters

values

(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.