1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/oadp-dpt-spec-fields.adoc
Shruti Deshpande 80350878b9 Data protection test features docs
Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
2025-09-23 08:38:56 +00:00

23 lines
1.0 KiB
Plaintext

// Module included in the following assemblies:
//
// * backup_and_restore/application_backup_and_restore/oadp-data-protection-test.adoc
:_mod-docs-content-type: REFERENCE
[id="oadp-dpt-spec_{context}"]
= OADP DataProtectionTest CR specification fields
[role="_abstract"]
You can configure the following specification fields in the `DataProtectionTest` (DPT) custom resource (CR).
.DPT CR spec fields
|===
|Field |Type |Description
| `backupLocationName` | string | Name of the `BackupStorageLocation` CR configured in the `DataProtectionApplication` (DPA) CR.
| `backupLocationSpec` | object | Inline specification of the `BackupStorageLocation` CR.
| `uploadSpeedTestConfig` | object | Configuration to run an upload speed test to the object storage.
| `csiVolumeSnapshotTestConfigs` | list | List of persistent volume claims to take a snapshot of and to verify the snapshot readiness.
| `forceRun` | boolean | Re-run the DPT CR even if status is `Complete` or `Failed`.
| `skipTLSVerify` | boolean | Bypasses the TLS certificate validation if set to `true`.
|===