volume

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2018 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// VolumePrefix is a prefix for volumes.
	VolumePrefix = "acb_vol_"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Volume

type Volume struct {
	Name string
	// contains filtered or unexported fields
}

Volume describes a Docker volume.

func NewVolume

func NewVolume(name string, pm *procmanager.ProcManager) *Volume

NewVolume creates a new Volume.

func (*Volume) Create

func (v *Volume) Create(ctx context.Context) (string, error)

Create creates a Docker volume representing the Volume.

func (*Volume) Delete

func (v *Volume) Delete(ctx context.Context) (string, error)

Delete deletes the associated Docker volume.

Jump to

Keyboard shortcuts

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