Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 ¶
func NewManager(rootDirectory string, podManager kubepod.Manager) (Manager, error)
NewManager returns a new mount pod manager.
Click to show internal directories.
Click to hide internal directories.