Kind
Backupbackingimage
Group
longhorn.io
Version
v1beta2
apiVersion: longhorn.io/v1beta2 kind: Backupbackingimage 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
BackupBackingImageSpec defines the desired state of the Longhorn backing image backup
backingImage string required
The backing image name.
backupTargetName string
The backup target name.
labels object
The labels of backing image backup.
syncRequestedAt string
The time to request run sync the remote backing image backup.
format: date-time
userCreated boolean required
Is this CR created by user through API or UI.
status object
BackupBackingImageStatus defines the observed state of the Longhorn backing image backup
backingImage string
The backing image name.
backupCreatedAt string
The backing image backup upload finished time.
checksum string
The checksum of the backing image.
compressionMethod string
Compression method
error string
The error message when taking the backing image backup.
labels object
The labels of backing image backup.
lastSyncedAt string
The last time that the backing image backup was synced with the remote backup target.
format: date-time
managerAddress string
The address of the backing image manager that runs backing image backup.
messages object
The error messages when listing or inspecting backing image backup.
ownerID string
The node ID on which the controller is responsible to reconcile this CR.
progress integer
The backing image backup progress.
secret string
Record the secret if this backup backing image is encrypted
secretNamespace string
Record the secret namespace if this backup backing image is encrypted
size integer
The backing image size.
format: int64
state string
The backing image backup creation state. Can be "", "InProgress", "Completed", "Error", "Unknown".
url string
The backing image backup URL.
Copied!