Rename internel field Relabel to Mode

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
This commit is contained in:
Dan Walsh
2015-07-24 07:14:37 -04:00
parent 58bab11ee2
commit 4cb9479ce4
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -274,6 +274,6 @@ type MountPoint struct {
Source string
Destination string
Driver string `json:",omitempty"`
Mode string // this is internally named `Relabel`
Mode string
RW bool
}