DownloadRequest [velero.io/v1]
- 描述
- DownloadRequest is a request to download an artifact from backup object storage, such as a backup log file.
- 类型
object
规格
.spec
- 描述
- DownloadRequestSpec is the specification for a download request.
- 类型
object- 必填
target
.spec.target
- 描述
- Target is what to download (e.g. logs for a backup).
- 类型
object- 必填
kindname
.status
- 描述
- DownloadRequestStatus is the current status of a DownloadRequest.
- 类型
object
API 端点
可用的 API 端点如下:
/apis/velero.io/v1/namespaces/{namespace}/downloadrequestsDELETE: delete collection of DownloadRequestGET: list objects of kind DownloadRequestPOST: create a new DownloadRequest
/apis/velero.io/v1/namespaces/{namespace}/downloadrequests/{name}DELETE: delete the specified DownloadRequestGET: read the specified DownloadRequestPATCH: partially update the specified DownloadRequestPUT: replace the specified DownloadRequest
/apis/velero.io/v1/namespaces/{namespace}/downloadrequests
- HTTP 方法
DELETE- 描述
- delete collection of DownloadRequest
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind DownloadRequest
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new DownloadRequest
- 查询参数
- 请求体参数
- HTTP 响应
/apis/velero.io/v1/namespaces/{namespace}/downloadrequests/{name}
- HTTP 方法
DELETE- 描述
- delete the specified DownloadRequest
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified DownloadRequest
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified DownloadRequest
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified DownloadRequest
- 查询参数
- 请求体参数
- HTTP 响应