testutils

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakeDriver added in v1.10.0

func NewFakeDriver(name string) volume.Driver

NewFakeDriver creates a new FakeDriver with the specified name

func NewFakeVolume

func NewFakeVolume(name string, driverName string) volume.Volume

NewFakeVolume creates a new fake volume for testing

Types

type FakeDriver

type FakeDriver struct {
	// contains filtered or unexported fields
}

FakeDriver is a driver that generates fake volumes

func (*FakeDriver) Create

func (d *FakeDriver) Create(name string, opts map[string]string) (volume.Volume, error)

Create initializes a fake volume. It returns an error if the options include an "error" key with a message

func (*FakeDriver) Get added in v1.10.0

func (d *FakeDriver) Get(name string) (volume.Volume, error)

Get gets the volume

func (*FakeDriver) List added in v1.10.0

func (d *FakeDriver) List() ([]volume.Volume, error)

List lists the volumes

func (*FakeDriver) Name

func (d *FakeDriver) Name() string

Name is the name of the driver

func (*FakeDriver) Remove

func (d *FakeDriver) Remove(v volume.Volume) error

Remove deletes a volume.

func (*FakeDriver) Scope added in v1.12.0

func (*FakeDriver) Scope() string

Scope returns the local scope

type FakeVolume

type FakeVolume struct {
	// contains filtered or unexported fields
}

FakeVolume is a fake volume with a random name

func (FakeVolume) DriverName

func (f FakeVolume) DriverName() string

DriverName is the name of the driver

func (FakeVolume) Mount

func (FakeVolume) Mount(_ string) (string, error)

Mount mounts the volume in the container

func (FakeVolume) Name

func (f FakeVolume) Name() string

Name is the name of the volume

func (FakeVolume) Path

func (FakeVolume) Path() string

Path is the filesystem path to the volume

func (FakeVolume) Status added in v1.12.0

func (FakeVolume) Status() map[string]interface{}

Status proivdes low-level details about the volume

func (FakeVolume) Unmount

func (FakeVolume) Unmount(_ string) error

Unmount unmounts the volume from the container

type NoopVolume

type NoopVolume struct{}

NoopVolume is a volume that doesn't perform any operation

func (NoopVolume) DriverName

func (NoopVolume) DriverName() string

DriverName is the name of the driver

func (NoopVolume) Mount

func (NoopVolume) Mount(_ string) (string, error)

Mount mounts the volume in the container

func (NoopVolume) Name

func (NoopVolume) Name() string

Name is the name of the volume

func (NoopVolume) Path

func (NoopVolume) Path() string

Path is the filesystem path to the volume

func (NoopVolume) Status added in v1.12.0

func (NoopVolume) Status() map[string]interface{}

Status proivdes low-level details about the volume

func (NoopVolume) Unmount

func (NoopVolume) Unmount(_ string) error

Unmount unmounts the volume from the container

Jump to

Keyboard shortcuts

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