manager

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeVolumeManager

type FakeVolumeManager struct {
	FakeInit   func() error
	FakeAttach func(image, pool, clusterName string) (string, error)
	FakeDetach func(image, pool, clusterName string, force bool) error
}

FakeVolumeManager represents a fake (mocked) implementation of the VolumeManager interface for testing.

func (*FakeVolumeManager) Attach

func (f *FakeVolumeManager) Attach(image, pool, clusterName string) (string, error)

Attach a volume image to the node

func (*FakeVolumeManager) Detach

func (f *FakeVolumeManager) Detach(image, pool, clusterName string, force bool) error

Detach a volume image from a node

func (*FakeVolumeManager) Init

func (f *FakeVolumeManager) Init() error

Init initializes the FakeVolumeManager

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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