Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discoverer ¶
type Discoverer struct { *common.RuntimeConfig Labels map[string]string // ProcTable is a reference to running processes so that we can prevent PV from being created while // it is being cleaned ProcTable deleter.ProcTable // contains filtered or unexported fields }
Discoverer finds available volumes and creates PVs for them It looks for volumes in the directories specified in the discoveryMap
func NewDiscoverer ¶
func NewDiscoverer(config *common.RuntimeConfig, procTable deleter.ProcTable) (*Discoverer, error)
NewDiscoverer creates a Discoverer object that will scan through the configured directories and create local PVs for any new directories found
func (*Discoverer) DiscoverLocalVolumes ¶
func (d *Discoverer) DiscoverLocalVolumes()
DiscoverLocalVolumes reads the configured discovery paths, and creates PVs for the new volumes
Click to show internal directories.
Click to hide internal directories.