DataDownload [velero.io/v2alpha1]
- 描述
- DataDownload acts as the protocol between data mover plugins and data mover controller for the datamover restore operation
- 类型
object
规格
.spec
- 描述
- DataDownloadSpec is the specification for a DataDownload.
- 类型
object- 必填
backupStorageLocationoperationTimeoutsnapshotIDsourceNamespacetargetVolume
.spec.dataMoverConfig
- 描述
- DataMoverConfig is for data-mover-specific configuration fields.
- 类型
object
.spec.targetVolume
- 描述
- TargetVolume is the information of the target PVC and PV.
- 类型
object- 必填
namespacepvpvc
.status
- 描述
- DataDownloadStatus is the current status of a DataDownload.
- 类型
object
.status.progress
- 描述
- 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.
- 类型
object
API 端点
可用的 API 端点如下:
/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
- HTTP 方法
DELETE- 描述
- delete collection of DataDownload
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind DataDownload
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new DataDownload
- 查询参数
- 请求体参数
- HTTP 响应
/apis/velero.io/v2alpha1/namespaces/{namespace}/datadownloads/{name}
- HTTP 方法
DELETE- 描述
- delete the specified DataDownload
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified DataDownload
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified DataDownload
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified DataDownload
- 查询参数
- 请求体参数
- HTTP 响应