mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
873 B
Plaintext
23 lines
873 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-self-service/oadp-self-service-cluster-admin-use-cases.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="oadp-self-service-admin-spec-enforce-nar_{context}"]
|
|
= Self-Service administrator spec enforcement for NAR
|
|
|
|
[role="_abstract"]
|
|
Enforce specific fields in `NonAdminRestore` (NAR) custom resource (CR) to control timeout settings, resource policies, label selectors, persistent volume restoration, and node port configurations used by namespace administrators. This helps you maintain restore standards.
|
|
|
|
You can enforce the following fields for a NAR CR:
|
|
|
|
* `itemOperationTimeout`
|
|
* `uploaderConfig`
|
|
* `includedResources`
|
|
* `excludedResources`
|
|
* `restoreStatus`
|
|
* `includeClusterResources`
|
|
* `labelSelector`
|
|
* `orLabelSelectors`
|
|
* `restorePVs`
|
|
* `preserveNodePorts` |