Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDriver ¶ added in v1.9.0
GetDriver returns a volume driver by it's name. If the driver is empty, it looks for the local driver.
func Lookup ¶
Lookup returns the driver associated with the given name. If a driver with the given name has not been registered it checks if there is a VolumeDriver plugin available with the given name.
func NewVolumeDriver ¶
NewVolumeDriver returns a driver has the given name mapped on the given client.
func Register ¶
Register associates the given driver to the given name, checking if the name is already associated
func Unregister ¶
Unregister dissociates the name from it's driver, if the association exists.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.