package mountpod
import "k8s.io/kubernetes/pkg/kubelet/mountpod"
Index ¶
Types ¶
type Manager ¶
type Manager interface { GetMountPod(pluginName string) (pod *v1.Pod, container string, err error) }
Manager is an interface that tracks pods with mount utilities for individual volume plugins.
func NewManager ¶
NewManager returns a new mount pod manager.
Source Files ¶
mount_pod.go
- Version
- v1.14.1
- Published
- Apr 5, 2019
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 1 minute ago –
Tools for package owners.