namespaces property

List<String>? namespaces
getter/setter pair

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

Optional.

Implementation

core.List<core.String>? namespaces;