Skip to search

VirtualMachineBackupTracker

backup.kubevirt.io / v1alpha1

apiVersion: backup.kubevirt.io/v1alpha1 kind: VirtualMachineBackupTracker metadata: name: example
View raw schema
apiVersion string
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
kind string
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
metadata object
spec object required
VirtualMachineBackupTrackerSpec is the spec for a VirtualMachineBackupTracker resource
source object required
Source specifies the VM that this backupTracker is associated with
apiGroup string
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
kind string required
Kind is the type of resource being referenced
name string required
Name is the name of resource being referenced
status object
checkpointRedefinitionRequired boolean
CheckpointRedefinitionRequired is set to true by virt-handler when the VM restarts and has a checkpoint that needs to be redefined in libvirt. virt-controller will process this flag, attempt redefinition, and clear it.
latestCheckpoint object
LatestCheckpoint is the metadata of the checkpoint of the latest performed backup
creationTime string
format: date-time
name string
volumes []object
Volumes lists volumes and their disk targets at backup time
dataEndpoint string
DataEndpoint is the URL of the endpoint for read for pull mode
diskTarget string required
DiskTarget is the disk target device name at backup time
mapEndpoint string
MapEndpoint is the URL of the endpoint for map for pull mode
volumeName string required
VolumeName is the volume name from VMI spec

No matches. Try .spec.source for an exact path