Skip to content

Commit

Permalink
Update replica CRD with autoEvicting spec field
Browse files Browse the repository at this point in the history
Longhorn 2238

Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber committed Oct 24, 2023
1 parent 2a8b80f commit fe82f8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2441,6 +2441,8 @@ spec:
type: string
engineName:
type: string
evictionRequested:
type: boolean
failedAt:
type: string
hardNodeAffinity:
Expand Down Expand Up @@ -2499,6 +2501,7 @@ spec:
currentState:
type: string
evictionRequested:
description: 'Deprecated: Replaced by field `spec.evictionRequested`.'
type: boolean
instanceManagerName:
type: string
Expand Down

0 comments on commit fe82f8d

Please sign in to comment.