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