Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func Create(Client *lclient.Client, name, componentName, dockerVolName string) (*types.Volume, error) + func CreateComponentStorage(Client *lclient.Client, storages []common.Storage, componentName string) (err error) + func GenerateVolName(volName, componentName string) (string, error) + func GetExistingVolume(Client *lclient.Client, volumeName, componentName string) (string, error) + func New(adapterContext common.AdapterContext, client lclient.Client) common.StorageAdapter + func ProcessVolumes(client *lclient.Client, componentName string, ...) ([]common.Storage, map[string]string, error) + type Adapter struct + Client lclient.Client + func (a *Adapter) Create(storages []common.Storage) (err error) Incompatible versions in this module v2.0.0-alpha-2+incompatible Aug 13, 2020