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:
Phan Le 2022-05-23 15:45:45 -07:00 committed by David Ko
parent 7ae1d69b07
commit 2ccd63fdfa
2 changed files with 2 additions and 0 deletions

View File

@ -2629,6 +2629,7 @@ spec:
additionalProperties:
type: string
description: The labels of snapshot
nullable: true
type: object
volume:
description: the volume that this snapshot belongs to. This field is immutable after creation. Required

View File

@ -2785,6 +2785,7 @@ spec:
additionalProperties:
type: string
description: The labels of snapshot
nullable: true
type: object
volume:
description: the volume that this snapshot belongs to. This field is immutable after creation. Required