Fix bug nullable field is empty in snapshots.spec.label
Longhorn-4022 Signed-off-by: Phan Le <phan.le@suse.com>
This commit is contained in:
parent
7ae1d69b07
commit
2ccd63fdfa
@ -2629,6 +2629,7 @@ spec:
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
description: The labels of snapshot
|
description: The labels of snapshot
|
||||||
|
nullable: true
|
||||||
type: object
|
type: object
|
||||||
volume:
|
volume:
|
||||||
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
|
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
|
||||||
|
@ -2785,6 +2785,7 @@ spec:
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
description: The labels of snapshot
|
description: The labels of snapshot
|
||||||
|
nullable: true
|
||||||
type: object
|
type: object
|
||||||
volume:
|
volume:
|
||||||
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
|
description: the volume that this snapshot belongs to. This field is immutable after creation. Required
|
||||||
|
Loading…
Reference in New Issue
Block a user