mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
1.0 KiB
Plaintext
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`.
|
|
|
|
|=== |