Skip to content

Commit

Permalink
chore(api): add block device tag label key in types (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Kumar <ashutosh.kumar@mayadata.io>
  • Loading branch information
Ashutosh Kumar authored Aug 5, 2020
1 parent 4b0764a commit b9bd480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/apis/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ const (
// PersistentVolumeLabelKey label key set in all cstorvolume replicas of a
// given volume
PersistentVolumeLabelKey = "openebs.io/persistent-volume"

// BlockDeviceTagLabelKey is the key to fetch tag of a block
// device.
// For more info : https://github.com/openebs/node-disk-manager/pull/400
BlockDeviceTagLabelKey = "openebs.io/block-device-tag"
)

const (
Expand Down

0 comments on commit b9bd480

Please sign in to comment.