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