longhorn.io / v1beta2 / BackingImage
- 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
BackingImageSpec defines the desired state of the Longhorn backing image
- string
.spec .checksum
- string
.spec .dataEngine
- object
.spec .diskFileSpecMap
- array
.spec .diskSelector
- object
.spec .disks
Deprecated. We are now using DiskFileSpecMap to assign different spec to the file on different disks.
- integer
.spec .minNumberOfCopies
- array
.spec .nodeSelector
- string
.spec .secret
- string
.spec .secretNamespace
- object
.spec .sourceParameters
- string
.spec .sourceType
- object
.status
BackingImageStatus defines the observed state of the Longhorn backing image status
- string
.status .checksum
- object | null
.status .diskFileStatusMap
- object | null
.status .diskLastRefAtMap
- string
.status .ownerID
- integer
.status .realSize
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)
- integer
.status .size
- string
.status .uuid
- string
.status .v2FirstCopyDisk
- string
.status .v2FirstCopyStatus
It is pending -> in-progress -> ready/failed
- integer
.status .virtualSize
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)