Replace spec.engineImage with spec.Image in volume, replica and engine resources

Longhorn 6647

Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
Derek Su 2023-07-23 20:18:26 +08:00 committed by David Ko
parent 963ccf68eb
commit cb61e92a13
2 changed files with 18 additions and 0 deletions

View File

@ -1326,6 +1326,7 @@ spec:
disableFrontend:
type: boolean
engineImage:
description: 'Deprecated: Replaced by field `image`.'
type: string
frontend:
enum:
@ -1334,6 +1335,8 @@ spec:
- nvmf
- ""
type: string
image:
type: string
logRequested:
type: boolean
nodeID:
@ -2432,6 +2435,7 @@ spec:
diskPath:
type: string
engineImage:
description: 'Deprecated: Replaced by field `image`.'
type: string
engineName:
type: string
@ -2441,6 +2445,8 @@ spec:
type: string
healthyAt:
type: string
image:
type: string
logRequested:
type: boolean
nodeID:
@ -3342,6 +3348,7 @@ spec:
encrypted:
type: boolean
engineImage:
description: 'Deprecated: Replaced by field `image`.'
type: string
fromBackup:
type: string
@ -3352,6 +3359,8 @@ spec:
- nvmf
- ""
type: string
image:
type: string
lastAttachedBy:
type: string
migratable:

View File

@ -1440,6 +1440,7 @@ spec:
disableFrontend:
type: boolean
engineImage:
description: 'Deprecated: Replaced by field `image`.'
type: string
frontend:
enum:
@ -1448,6 +1449,8 @@ spec:
- nvmf
- ""
type: string
image:
type: string
logRequested:
type: boolean
nodeID:
@ -2563,6 +2566,7 @@ spec:
diskPath:
type: string
engineImage:
description: 'Deprecated: Replaced by field `image`.'
type: string
engineName:
type: string
@ -2572,6 +2576,8 @@ spec:
type: string
healthyAt:
type: string
image:
type: string
logRequested:
type: boolean
nodeID:
@ -3501,6 +3507,7 @@ spec:
encrypted:
type: boolean
engineImage:
description: 'Deprecated: Replaced by field `image`.'
type: string
fromBackup:
type: string
@ -3511,6 +3518,8 @@ spec:
- nvmf
- ""
type: string
image:
type: string
lastAttachedBy:
type: string
migratable: