Remove pod UID from volumeMount, we can get it elsewhere

This commit is contained in:
Robert Krawitz
2019-05-31 13:58:51 -04:00
parent 10d37bb748
commit bf1f0fa5d9
8 changed files with 18 additions and 14 deletions

View File

@@ -105,7 +105,6 @@ type Attributes struct {
type MounterArgs struct {
FsGroup *int64
DesiredSize *resource.Quantity
PodUID string
}
// Mounter interface provides methods to set up/mount the volume.