Skip to content

Commit

Permalink
Update node CRD with autoEvicting status 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 febfa7e commit 2a8b80f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,8 @@ spec:
status:
description: NodeStatus defines the observed state of the Longhorn node
properties:
autoEvicting:
type: boolean
conditions:
items:
properties:
Expand Down
2 changes: 2 additions & 0 deletions deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2069,6 +2069,8 @@ spec:
status:
description: NodeStatus defines the observed state of the Longhorn node
properties:
autoEvicting:
type: boolean
conditions:
items:
properties:
Expand Down

0 comments on commit 2a8b80f

Please sign in to comment.