csi

package
v0.1.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 2 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSI

type CSI interface {
	List(ctx context.Context) (map[string]*types.VolumeState, error)
	Create(ctx context.Context, name string, manifest *types.VolumeManifest) (*types.VolumeState, error)
	FilesPut(ctx context.Context, state *types.VolumeState, files map[string]string) error
	FilesCheck(ctx context.Context, state *types.VolumeState, files map[string]string) (bool, error)
	FilesDel(ctx context.Context, state *types.VolumeState, files []string) error
	Remove(ctx context.Context, state *types.VolumeState) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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