DataUpload [velero.io/v2alpha1]
- 描述
- DataUpload acts as the protocol between data mover plugins and data mover controller for the datamover backup operation
- 类型
object
规格
.spec
- 描述
- DataUploadSpec is the specification for a DataUpload.
- 类型
object- 必填
backupStorageLocationoperationTimeoutsnapshotTypesourceNamespacesourcePVC
.spec.csiSnapshot
- 描述
- If SnapshotType is CSI, CSISnapshot provides the information of the CSI snapshot.
- 类型
object- 必填
storageClassvolumeSnapshot
.spec.dataMoverConfig
- 描述
- DataMoverConfig is for data-mover-specific configuration fields.
- 类型
object
.status
- 描述
- DataUploadStatus is the current status of a DataUpload.
- 类型
object
.status.dataMoverResult
- 描述
- DataMoverResult stores data-mover-specific information as a result of the DataUpload.
- 类型
object
.status.progress
- 描述
- Progress holds the total number of bytes of the volume and the current number of backed up bytes. This can be used to display progress information about the backup operation.
- 类型
object
API 端点
可用的 API 端点如下:
/apis/velero.io/v2alpha1/namespaces/{namespace}/datauploadsDELETE: delete collection of DataUploadGET: list objects of kind DataUploadPOST: create a new DataUpload
/apis/velero.io/v2alpha1/namespaces/{namespace}/datauploads/{name}DELETE: delete the specified DataUploadGET: read the specified DataUploadPATCH: partially update the specified DataUploadPUT: replace the specified DataUpload
/apis/velero.io/v2alpha1/namespaces/{namespace}/datauploads
- HTTP 方法
DELETE- 描述
- delete collection of DataUpload
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind DataUpload
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new DataUpload
- 查询参数
- 请求体参数
- HTTP 响应
/apis/velero.io/v2alpha1/namespaces/{namespace}/datauploads/{name}
- HTTP 方法
DELETE- 描述
- delete the specified DataUpload
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified DataUpload
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified DataUpload
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified DataUpload
- 查询参数
- 请求体参数
- HTTP 响应