Skip to content

Commit

Permalink
templates: update blockdevice CRD of node-disk-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng committed Jan 24, 2024
1 parent f7ce3eb commit 61682e5
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ spec:
nodeName:
description: name of the node to which the block device is attached
type: string
tags:
description: a string list with device tag for provisioner, e.g. ["default",
"small", "ssd"]
items:
type: string
type: array
required:
- devPath
- fileSystem
Expand Down Expand Up @@ -277,6 +283,11 @@ spec:
- Inactive
- Unknown
type: string
tags:
description: The current Tags of the blockdevice
items:
type: string
type: array
required:
- provisionPhase
- state
Expand Down

0 comments on commit 61682e5

Please sign in to comment.