Commit ad69472a authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21583 from sjenning/rm-unused-func

Auto commit by PR queue bot
parents df5c841b c3e707ea
......@@ -18,7 +18,6 @@ package configmap
import (
"fmt"
"path"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"
......@@ -106,10 +105,6 @@ func (sv *configMapVolume) GetAttributes() volume.Attributes {
}
}
func (b *configMapVolumeBuilder) getMetaDir() string {
return path.Join(b.plugin.host.GetPodPluginDir(b.podUID, strings.EscapeQualifiedNameForDisk(configMapPluginName)), b.volName)
}
// This is the spec for the volume that this plugin wraps.
var wrappedVolumeSpec = volume.Spec{
Volume: &api.Volume{VolumeSource: api.VolumeSource{EmptyDir: &api.EmptyDirVolumeSource{Medium: api.StorageMediumMemory}}},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment