APIs used with OADP
The document provides information about the following APIs that you can use with OADP:
Velero API
OADP API
Velero API
Velero API documentation is maintained by Velero, not by Red Hat. It can be found at Velero API types.
OADP API
The following tables provide the structure of the OADP API:
Property | Type | Description |
---|---|---|
| Defines the list of configurations to use for | |
| Defines the list of configurations to use for | |
| map [ UnsupportedImageKey ] string | Can be used to override the deployed dependent images for development. Options are |
| Used to add annotations to pods deployed by Operators. | |
| Defines the configuration of the DNS of a pod. | |
| Defines the DNS parameters of a pod in addition to those generated from | |
| Used to specify whether or not you want to deploy a registry for enabling backup and restore of images. | |
| Used to define the data protection application’s server configuration. | |
| Defines the configuration for the DPA to enable the Technology Preview features. |
Complete schema definitions for the OADP API.
Property | Type | Description |
---|---|---|
| Location to store volume snapshots, as described in Backup Storage Location. | |
| [Technology Preview] Automates creation of a bucket at some cloud storage providers for use as a backup storage location. |
The For more information about the support scope of Red Hat Technology Preview features, see Technology Preview. |
Complete schema definitions for the type BackupLocation.
Property | Type | Description |
---|---|---|
| Location to store volume snapshots, as described in Volume Snapshot Location. |
Complete schema definitions for the type SnapshotLocation.
Property | Type | Description |
---|---|---|
| Defines the configuration for the Velero server. | |
| Defines the configuration for the Restic server. |
Complete schema definitions for the type ApplicationConfig.
Property | Type | Description |
---|---|---|
| [] string | Defines the list of features to enable for the Velero instance. |
| [] string | The following types of default Velero plug-ins can be installed: |
| Used for installation of custom Velero plug-ins. Default and custom plug-ins are described in OADP plug-ins | |
| Represents a config map that is created if defined for use in conjunction with the | |
| To install Velero without a default backup storage location, you must set the | |
| Defines the configuration of the | |
| Velero server’s log level (use |
Complete schema definitions for the type VeleroConfig.
Property | Type | Description |
---|---|---|
| Name of custom plug-in. | |
| Image of custom plug-in. |
Complete schema definitions for the type CustomPlugin.
Property | Type | Description |
---|---|---|
| If set to | |
| []int64 | Defines the Linux groups to be applied to the |
| A user-supplied duration string that defines the Restic timeout. Default value is | |
| Defines the configuration of the |
Complete schema definitions for the type ResticConfig.
Property | Type | Description |
---|---|---|
| Defines the | |
| Defines the list of tolerations to be applied to a Velero deployment or a Restic | |
| Set specific resource | |
| Labels to add to pods. |
Complete schema definitions for the type PodConfig.
Property | Type | Description |
---|---|---|
| Defines the configuration of the Data Mover. |
Complete schema definitions for the type Features.
Property | Type | Description |
---|---|---|
| If set to | |
| User-supplied Restic | |
| A user-supplied duration string for |
The OADP API is more fully detailed in OADP Operator.