Kind
Backingimage
Group
longhorn.io
Version
v1beta2
apiVersion: longhorn.io/v1beta2 kind: Backingimage 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
BackingImageSpec defines the desired state of the Longhorn backing image
checksum string
dataEngine string
enum: v1, v2
diskFileSpecMap object
diskSelector []string
disks object
Deprecated. We are now using DiskFileSpecMap to assign different spec to the file on different disks.
minNumberOfCopies integer
nodeSelector []string
secret string
secretNamespace string
sourceParameters object
sourceType string
enum: download, upload, export-from-volume, restore, clone
status object
BackingImageStatus defines the observed state of the Longhorn backing image status
checksum string
diskFileStatusMap object
diskLastRefAtMap object
ownerID string
realSize integer
Real size of image in bytes, which may be smaller than the size when the file is a sparse file. Will be zero until known (e.g. while a backing image is uploading)
format: int64
size integer
format: int64
uuid string
v2FirstCopyDisk string
v2FirstCopyStatus string
It is pending -> in-progress -> ready/failed
virtualSize integer
Virtual size of image in bytes, which may be larger than physical size. Will be zero until known (e.g. while a backing image is uploading)
format: int64
Copied!