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:
parent
a929ab5644
commit
7a0f6d99c6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user