discovery

package
v4.0.0-beta+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2018 License: Apache-2.0 Imports: 13 Imported by: 29

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
	CleanupTracker *deleter.CleanupStatusTracker
	// 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, cleanupTracker *deleter.CleanupStatusTracker) (*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