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

View File

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