longhorn.io / v1beta2 / BackupTarget
- 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
BackupTargetSpec defines the desired state of the Longhorn backup target
- string
.spec .backupTargetURL
The backup target URL.
- string
.spec .credentialSecret
The backup target credential secret.
- string
.spec .pollInterval
The interval that the cluster needs to run sync with the backup target.
- string | null
.spec .syncRequestedAt
The time to request run sync the remote backup target.
- object
.status
BackupTargetStatus defines the observed state of the Longhorn backup target
- boolean
.status .available
Available indicates if the remote backup target is available or not.
- array | null
.status .conditions
Records the reason on why the backup target is unavailable.
- string | null
.status .lastSyncedAt
The last time that the controller synced with the remote backup target.
- string
.status .ownerID
The node ID on which the controller is responsible to reconcile this backup target CR.