//
pkg.gl
Category
github.com/contiv-experimental/volplugin
api
package
0.3.0
Repository:
https://github.com/contiv-experimental/volplugin.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
19
Dependents
0
Files
537 SLOC
#
Packages
impl
No description provided by the author
internals
No description provided by the author
#
Functions
Action
Action is a catchall for additional driver functions.
LogHandler
LogHandler injects a request logging handler if debugging is active.
NewAPI
NewAPI returns an *API.
RESTHTTPError
RESTHTTPError returns a 500 status with the error.
#
Structs
API
API is a typed representation of API handlers.
Volume
Volume abstracts the notion of a volume as it is received from the plugins.
#
Interfaces
HTTP
HTTP is a generic interface to HTTP calls.
Volplugin
Volplugin is the interface that volplugin needs to provide to the clients (docker/k8s/mesos).