Skip to content

Commit

Permalink
Merge pull request #31 from storageos/feature/add_mountdevice
Browse files Browse the repository at this point in the history
Add MountDevice field to the volume type
  • Loading branch information
croomes authored Jan 17, 2018
2 parents 75ab686 + 045528f commit fad750b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ type Volume struct {
// Read Only: true
Mounted bool `json:"mounted"`

// MountDevice, where the device is located
MountDevice string `json:"mountDevice"`

// Mountpoint, where the volume is mounted
Mountpoint string `json:"mountpoint"`

Expand Down

0 comments on commit fad750b

Please sign in to comment.