DataDownload [velero.io/v2alpha1]
- Description
- DataDownload acts as the protocol between data mover plugins and data mover controller for the datamover restore operation
- Type
object
Specification
.spec
- Description
- DataDownloadSpec is the specification for a DataDownload.
- Type
object- Required
backupStorageLocationoperationTimeoutsnapshotIDsourceNamespacetargetVolume
.spec.dataMoverConfig
- Description
- DataMoverConfig is for data-mover-specific configuration fields.
- Type
object
.spec.targetVolume
- Description
- TargetVolume is the information of the target PVC and PV.
- Type
object- Required
namespacepvpvc
.status
- Description
- DataDownloadStatus is the current status of a DataDownload.
- Type
object
.status.progress
- Description
- Progress holds the total number of bytes of the snapshot and the current number of restored bytes. This can be used to display progress information about the restore operation.
- Type
object
API Endpoints
The following API endpoints are available:
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloadsDELETE: delete collection of DataDownloadGET: list objects of kind DataDownloadPOST: create a new DataDownload
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloads/{name}DELETE: delete the specified DataDownloadGET: read the specified DataDownloadPATCH: partially update the specified DataDownloadPUT: replace the specified DataDownload
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloads/{name}/statusGET: read status of the specified DataDownloadPATCH: partially update status of the specified DataDownloadPUT: replace status of the specified DataDownload
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloads
- HTTP method
DELETE- Description
- delete collection of DataDownload
- HTTP responses
- HTTP method
GET- Description
- list objects of kind DataDownload
- HTTP responses
- HTTP method
POST- Description
- create a new DataDownload
- Query parameters
- Body parameters
- HTTP responses
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloads/{name}
- HTTP method
DELETE- Description
- delete the specified DataDownload
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified DataDownload
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified DataDownload
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified DataDownload
- Query parameters
- Body parameters
- HTTP responses
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloads/{name}/status
- HTTP method
GET- Description
- read status of the specified DataDownload
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified DataDownload
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified DataDownload
- Query parameters
- Body parameters
- HTTP responses