Documentation ¶
Overview ¶
Package storage provides some implementations of the Storage interface, defined in the cluster package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoSuchNode = errors.New("No such node in storage") ErrNoSuchContainer = errors.New("No such container in storage") ErrNoSuchImage = errors.New("No such image in storage") ErrNoSuchExec = errors.New("No such exec in storage") ErrDuplicatedNodeAddress = errors.New("Node address shouldn't repeat") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.