var volDataKey …
type csiMountMgr …
var _ …
func (c *csiMountMgr) GetPath() string { … }
func getTargetPath(uid types.UID, specVolumeID string, host volume.VolumeHost) string { … }
var _ …
func (c *csiMountMgr) SetUp(mounterArgs volume.MounterArgs) error { … }
func (c *csiMountMgr) SetUpAt(dir string, mounterArgs volume.MounterArgs) error { … }
func (c *csiMountMgr) podServiceAccountTokenAttrs() (map[string]string, error) { … }
func (c *csiMountMgr) GetAttributes() volume.Attributes { … }
var _ …
func (c *csiMountMgr) TearDown() error { … }
func (c *csiMountMgr) TearDownAt(dir string) error { … }
func (c *csiMountMgr) supportsFSGroup(fsType string, fsGroup *int64, driverPolicy storage.FSGroupPolicy) bool { … }
func (c *csiMountMgr) getFSGroupPolicy() (storage.FSGroupPolicy, error) { … }
func (c *csiMountMgr) supportsVolumeLifecycleMode() error { … }
func containsVolumeMode(modes []storage.VolumeLifecycleMode, mode storage.VolumeLifecycleMode) bool { … }
func isDirMounted(plug *csiPlugin, dir string) (bool, error) { … }
func isCorruptedDir(dir string) bool { … }
func removeMountDir(plug *csiPlugin, mountPath string) error { … }
func makeVolumeHandle(podUID, volSourceSpecName string) string { … }
func mergeMap(first, second map[string]string) map[string]string { … }