namespace property

String? namespace
getter/setter pair

Selects resources using their namespaces.

This only applies to namespace scoped resources and cannot be used for selecting cluster scoped resources. If specified, only resources in the provided namespace will be selected. If not specified, the filter will apply to both cluster scoped and namespace scoped resources (e.g. name or label). The Namespace resource itself will be restored if and only if any resources within the namespace are restored.

Optional.

Implementation

core.String? namespace;