offline rebuilding/chart: update crd.yaml

Longhorn 6071

Signed-off-by: Derek Su <derek.su@suse.com>
(cherry picked from commit 2ae85e8dcb)
This commit is contained in:
Derek Su 2023-06-13 14:27:13 +08:00 committed by David Ko
parent 1191925c82
commit c2d58ac6c9
2 changed files with 18 additions and 0 deletions

View File

@ -3366,6 +3366,13 @@ spec:
type: array
numberOfReplicas:
type: integer
offlineReplicaRebuilding:
description: OfflineReplicaRebuilding is used to determine if the offline replica rebuilding feature is enabled or not
enum:
- ignored
- disabled
- enabled
type: string
replicaAutoBalance:
enum:
- ignored
@ -3503,6 +3510,8 @@ spec:
type: string
lastDegradedAt:
type: string
offlineReplicaRebuildingRequired:
type: boolean
ownerID:
type: string
pendingNodeID:

View File

@ -3514,6 +3514,13 @@ spec:
type: array
numberOfReplicas:
type: integer
offlineReplicaRebuilding:
description: OfflineReplicaRebuilding is used to determine if the offline replica rebuilding feature is enabled or not
enum:
- ignored
- disabled
- enabled
type: string
replicaAutoBalance:
enum:
- ignored
@ -3651,6 +3658,8 @@ spec:
type: string
lastDegradedAt:
type: string
offlineReplicaRebuildingRequired:
type: boolean
ownerID:
type: string
pendingNodeID: