Skip to content

Commit

Permalink
chart: rename backendStoreDriver to dataEngine
Browse files Browse the repository at this point in the history
Longhorn 7095

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Dec 27, 2023
1 parent 07bdb41 commit 9183125
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
36 changes: 27 additions & 9 deletions chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1315,12 +1315,15 @@ spec:
active:
type: boolean
backendStoreDriver:
description: Deprecated.
type: string
backupVolume:
type: string
dataEngine:
enum:
- v1
- v2
type: string
backupVolume:
type: string
desireState:
type: string
disableFrontend:
Expand Down Expand Up @@ -1636,7 +1639,7 @@ spec:
name: Type
type: string
- description: The data engine of the instance manager
jsonPath: .spec.backendStoreDriver
jsonPath: .spec.dataEngine
name: Data Engine
type: string
- description: The node that the instance manager is running on
Expand All @@ -1663,6 +1666,9 @@ spec:
description: InstanceManagerSpec defines the desired state of the Longhorn instancer manager
properties:
backendStoreDriver:
description: Deprecated.
type: string
dataEngine:
type: string
image:
type: string
Expand Down Expand Up @@ -1694,6 +1700,9 @@ spec:
spec:
properties:
backendStoreDriver:
description: Deprecated.
type: string
dataEngine:
type: string
name:
type: string
Expand Down Expand Up @@ -1733,6 +1742,9 @@ spec:
spec:
properties:
backendStoreDriver:
description: Deprecated.
type: string
dataEngine:
type: string
name:
type: string
Expand Down Expand Up @@ -2443,14 +2455,17 @@ spec:
active:
type: boolean
backendStoreDriver:
enum:
- v1
- v2
description: Deprecated.
type: string
backingImage:
type: string
dataDirectoryName:
type: string
dataEngine:
enum:
- v1
- v2
type: string
desireState:
type: string
diskID:
Expand Down Expand Up @@ -3345,9 +3360,7 @@ spec:
- rwx
type: string
backendStoreDriver:
enum:
- v1
- v2
description: Deprecated.
type: string
backingImage:
type: string
Expand All @@ -3357,6 +3370,11 @@ spec:
- lz4
- gzip
type: string
dataEngine:
enum:
- v1
- v2
type: string
dataLocality:
enum:
- disabled
Expand Down
36 changes: 27 additions & 9 deletions deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1430,12 +1430,15 @@ spec:
active:
type: boolean
backendStoreDriver:
description: Deprecated.
type: string
backupVolume:
type: string
dataEngine:
enum:
- v1
- v2
type: string
backupVolume:
type: string
desireState:
type: string
disableFrontend:
Expand Down Expand Up @@ -1755,7 +1758,7 @@ spec:
name: Type
type: string
- description: The data engine of the instance manager
jsonPath: .spec.backendStoreDriver
jsonPath: .spec.dataEngine
name: Data Engine
type: string
- description: The node that the instance manager is running on
Expand All @@ -1782,6 +1785,9 @@ spec:
description: InstanceManagerSpec defines the desired state of the Longhorn instancer manager
properties:
backendStoreDriver:
description: Deprecated.
type: string
dataEngine:
type: string
image:
type: string
Expand Down Expand Up @@ -1813,6 +1819,9 @@ spec:
spec:
properties:
backendStoreDriver:
description: Deprecated.
type: string
dataEngine:
type: string
name:
type: string
Expand Down Expand Up @@ -1852,6 +1861,9 @@ spec:
spec:
properties:
backendStoreDriver:
description: Deprecated.
type: string
dataEngine:
type: string
name:
type: string
Expand Down Expand Up @@ -2575,14 +2587,17 @@ spec:
active:
type: boolean
backendStoreDriver:
enum:
- v1
- v2
description: Deprecated.
type: string
backingImage:
type: string
dataDirectoryName:
type: string
dataEngine:
enum:
- v1
- v2
type: string
desireState:
type: string
diskID:
Expand Down Expand Up @@ -3505,9 +3520,7 @@ spec:
- rwx
type: string
backendStoreDriver:
enum:
- v1
- v2
description: Deprecated.
type: string
backingImage:
type: string
Expand All @@ -3517,6 +3530,11 @@ spec:
- lz4
- gzip
type: string
dataEngine:
enum:
- v1
- v2
type: string
dataLocality:
enum:
- disabled
Expand Down

0 comments on commit 9183125

Please sign in to comment.