discovery

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL