PodVolumeBackup [velero.io/v1]
- 类型
object
规格
.spec
- 描述
- PodVolumeBackupSpec is the specification for a PodVolumeBackup.
- 类型
object- 必填
backupStorageLocationnodepodrepoIdentifiervolume
.spec.pod
- 描述
- Pod is a reference to the pod containing the volume to be backed up.
- 类型
object
.spec.tags
- 描述
- Tags are a map of key-value pairs that should be applied to the volume backup as tags.
- 类型
object
.spec.uploaderSettings
- 描述
- UploaderSettings are a map of key-value pairs that should be applied to the uploader configuration.
- 类型
object
.status
- 描述
- PodVolumeBackupStatus is the current status of a PodVolumeBackup.
- 类型
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/v1/namespaces/{namespace}/podvolumebackupsDELETE: delete collection of PodVolumeBackupGET: list objects of kind PodVolumeBackupPOST: create a new PodVolumeBackup
/apis/velero.io/v1/namespaces/{namespace}/podvolumebackups/{name}DELETE: delete the specified PodVolumeBackupGET: read the specified PodVolumeBackupPATCH: partially update the specified PodVolumeBackupPUT: replace the specified PodVolumeBackup
/apis/velero.io/v1/namespaces/{namespace}/podvolumebackups
- HTTP 方法
DELETE- 描述
- delete collection of PodVolumeBackup
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind PodVolumeBackup
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new PodVolumeBackup
- 查询参数
- 请求体参数
- HTTP 响应
/apis/velero.io/v1/namespaces/{namespace}/podvolumebackups/{name}
- HTTP 方法
DELETE- 描述
- delete the specified PodVolumeBackup
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified PodVolumeBackup
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified PodVolumeBackup
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified PodVolumeBackup
- 查询参数
- 请求体参数
- HTTP 响应