mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
23 lines
663 B
Plaintext
23 lines
663 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-api.adoc
|
|
:_mod-docs-content-type: REFERENCE
|
|
|
|
[id="features-type_{context}"]
|
|
= Features type
|
|
|
|
The following are `Features` {oadp-short} APIs:
|
|
|
|
.Features
|
|
[options="header"]
|
|
|===
|
|
|Property|Type|Description
|
|
|
|
|`dataMover`
|
|
|*link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#DataMover[`DataMover`]
|
|
|Defines the configuration of the Data Mover.
|
|
|===
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#Features[Complete schema definitions for the type `Features`] |