Only count mounts that are from other pods

This commit is contained in:
Michelle Au
2018-04-19 15:40:51 -07:00
parent 4761788b2a
commit 6cf8a6606c
8 changed files with 99 additions and 5 deletions

View File

@@ -227,6 +227,10 @@ func (expc *expandController) GetVolumeDevicePluginDir(pluginName string) string
return ""
}
func (expc *expandController) GetPodsDir() string {
return ""
}
func (expc *expandController) GetPodVolumeDir(podUID types.UID, pluginName string, volumeName string) string {
return ""
}