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.12.7
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 2 minutes ago –
Tools for package owners.