Documentation ¶
Index ¶
- func CreateDriver(name string) (volume.Driver, error)
- func GetAllDrivers() ([]volume.Driver, error)
- func GetDriver(name string) (volume.Driver, error)
- func GetDriverList() []string
- func NewVolumeDriver(name string, c client) volume.Driver
- func Register(extension volume.Driver, name string) bool
- func RegisterPluginGetter(plugingetter getter.PluginGetter)
- func RemoveDriver(name string) (volume.Driver, error)
- func Unregister(name string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDriver ¶ added in v1.13.0
CreateDriver returns a volume driver by its name and increments RefCount. If the driver is empty, it looks for the local driver.
func GetAllDrivers ¶ added in v1.10.0
GetAllDrivers lists all the registered drivers
func GetDriver ¶ added in v1.9.0
GetDriver returns a volume driver by its name. If the driver is empty, it looks for the local driver.
func GetDriverList ¶ added in v1.10.0
func GetDriverList() []string
GetDriverList returns list of volume drivers registered. If no driver is registered, empty string list will be returned.
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 RegisterPluginGetter ¶ added in v1.13.0
func RegisterPluginGetter(plugingetter getter.PluginGetter)
RegisterPluginGetter sets the plugingetter
func RemoveDriver ¶ added in v1.13.0
RemoveDriver returns a volume driver by its name and decrements RefCount.. If the driver is empty, it looks for the local driver.
func Unregister ¶
Unregister dissociates the name from its driver, if the association exists.
Types ¶
This section is empty.