Skip to content

Commit

Permalink
fix(backup): add backup target column for backup volume
Browse files Browse the repository at this point in the history
ref: longhorn/longhorn 10191

Signed-off-by: James Lu <[email protected]>
  • Loading branch information
mantissahz committed Jan 13, 2025
1 parent a6cb36e commit faac31b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,10 @@ spec:
subresources:
status: {}
- additionalPrinterColumns:
- description: The backup target name
jsonPath: .spec.backupTargetName
name: BackupTarget
type: string
- description: The backup volume creation time
jsonPath: .status.createdAt
name: CreatedAt
Expand Down

0 comments on commit faac31b

Please sign in to comment.