feat(backup): store storage class name to backup volume

ref: longhorn/longhorn 3506

Signed-off-by: Jack Lin <jack.lin@suse.com>
This commit is contained in:
Jack Lin 2023-05-15 17:17:13 +08:00 committed by David Ko
parent a929ab5644
commit 7a0f6d99c6
2 changed files with 6 additions and 0 deletions

View File

@ -1035,6 +1035,9 @@ spec:
size:
description: The backup volume size.
type: string
storageClassName:
description: the storage class name of pv/pvc binding with the volume.
type: string
type: object
type: object
served: true

View File

@ -1130,6 +1130,9 @@ spec:
size:
description: The backup volume size.
type: string
storageClassName:
description: the storage class name of pv/pvc binding with the volume.
type: string
type: object
type: object
served: true