Add //+nullable to engine status fields
Longhorn 3538 Signed-off-by: Derek Su <derek.su@suse.com> (cherry picked from commit 638d27563869aa65189b30e27ee8c13a7c235483)
This commit is contained in:
parent
246bfdb85c
commit
8d2511bbed
@ -1445,12 +1445,14 @@ spec:
|
|||||||
children:
|
children:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
nullable: true
|
||||||
type: object
|
type: object
|
||||||
created:
|
created:
|
||||||
type: string
|
type: string
|
||||||
labels:
|
labels:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
nullable: true
|
||||||
type: object
|
type: object
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user