deploy: Update CRD YAML for the filesystem trim feature

Longhorn 836

Signed-off-by: Shuo Wu <shuo.wu@suse.com>
This commit is contained in:
Shuo Wu 2022-11-22 20:50:25 +08:00 committed by David Ko
parent 400b8cd097
commit 9da5dda258

View File

@ -1466,6 +1466,8 @@ spec:
type: boolean
salvageRequested:
type: boolean
unmapMarkSnapChainRemovedEnabled:
type: boolean
upgradedReplicaAddressMap:
additionalProperties:
type: string
@ -1640,6 +1642,8 @@ spec:
type: boolean
storageIP:
type: string
unmapMarkSnapChainRemovedEnabled:
type: boolean
type: object
type: object
served: true
@ -2476,6 +2480,8 @@ spec:
type: boolean
salvageRequested:
type: boolean
unmapMarkDiskChainRemovedEnabled:
type: boolean
volumeName:
type: string
volumeSize:
@ -3204,6 +3210,12 @@ spec:
type: string
staleReplicaTimeout:
type: integer
unmapMarkSnapChainRemoved:
enum:
- ignored
- disabled
- enabled
type: string
type: object
status:
description: VolumeStatus defines the observed state of the Longhorn volume