Kind
Backupvolume
Group
longhorn.io
Version
v1beta2
apiVersion: longhorn.io/v1beta2 kind: Backupvolume 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
BackupVolumeSpec defines the desired state of the Longhorn backup volume
backupTargetName string
The backup target name that the backup volume was synced.
syncRequestedAt string
The time to request run sync the remote backup volume.
format: date-time
volumeName string
The volume name that the backup volume was used to backup.
status object
BackupVolumeStatus defines the observed state of the Longhorn backup volume
backingImageChecksum string
the backing image checksum.
backingImageName string
The backing image name.
createdAt string
The backup volume creation time.
dataStored string
The backup volume block count.
labels object
The backup volume labels.
lastBackupAt string
The latest volume backup time.
lastBackupName string
The latest volume backup name.
lastModificationTime string
The backup volume config last modification time.
format: date-time
lastSyncedAt string
The last time that the backup volume was synced into the cluster.
format: date-time
messages object
The error messages when call longhorn engine on list or inspect backup volumes.
ownerID string
The node ID on which the controller is responsible to reconcile this backup volume CR.
size string
The backup volume size.
storageClassName string
the storage class name of pv/pvc binding with the volume.
Copied!