Documentation ¶
Index ¶
- type Config
- type Driver
- func (d Driver) Create(r volume.Request) volume.Response
- func (d Driver) Get(r volume.Request) volume.Response
- func (d Driver) List(r volume.Request) volume.Response
- func (d Driver) Mount(r volume.Request) volume.Response
- func (d Driver) Path(r volume.Request) volume.Response
- func (d Driver) Remove(r volume.Request) volume.Response
- func (d Driver) Stop() []error
- func (d Driver) Unmount(r volume.Request) volume.Response
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Root for mount Root string // Token and config for Vault Token string Vault *api.Config }
Config configures the docker volume plugin
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver implements the interface for a Docker volume plugin
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps VaultFS and tracks connection counts
Click to show internal directories.
Click to hide internal directories.