APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobject
specobject
DataDownloadSpec is the specification for a DataDownload.
backupStorageLocationstringrequired
BackupStorageLocation is the name of the backup storage location
where the backup repository is stored.
cancelboolean
Cancel indicates request to cancel the ongoing DataDownload. It can be set
when the DataDownload is in InProgress phase
dataMoverConfigobject
DataMoverConfig is for data-mover-specific configuration fields.
datamoverstring
DataMover specifies the data mover to be used by the backup.
If DataMover is "" or "velero", the built-in data mover will be used.
nodeOSstring
NodeOS is OS of the node where the DataDownload is processed.
enum: auto, linux, windows
operationTimeoutstringrequired
OperationTimeout specifies the time used to wait internal operations,
before returning error as timeout.
snapshotIDstringrequired
SnapshotID is the ID of the Velero backup snapshot to be restored from.
sourceNamespacestringrequired
SourceNamespace is the original namespace where the volume is backed up from.
It may be different from SourcePVC's namespace if namespace is remapped during restore.
targetVolumeobjectrequired
TargetVolume is the information of the target PVC and PV.
namespacestringrequired
Namespace is the target namespace
pvstringrequired
PV is the name of the target PV that is created by Velero restore
pvcstringrequired
PVC is the name of the target PVC that is created by Velero restore
statusobject
DataDownloadStatus is the current status of a DataDownload.
acceptedByNodestring
Node is name of the node where the DataUpload is prepared.
acceptedTimestampstring
AcceptedTimestamp records the time the DataUpload is to be prepared.
The server's time is used for AcceptedTimestamp
format: date-time
completionTimestampstring
CompletionTimestamp records the time a restore was completed.
Completion time is recorded even on failed restores.
The server's time is used for CompletionTimestamps
format: date-time
messagestring
Message is a message about the DataDownload's status.
nodestring
Node is name of the node where the DataDownload is processed.
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.
bytesDoneinteger
format: int64
totalBytesinteger
format: int64
startTimestampstring
StartTimestamp records the time a restore was started.
The server's time is used for StartTimestamps