Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func Create(Client *kclient.Client, name, size, componentName, pvcName string) (*corev1.PersistentVolumeClaim, error) + func CreateComponentStorage(Client *kclient.Client, storages []common.Storage, componentName string) (err error) + func DeleteOldPVCs(Client *kclient.Client, componentName string, processedVolumes map[string]bool) error + func GeneratePVCNameFromDevfileVol(volName, componentName string) (string, error) + func GetExistingPVC(Client *kclient.Client, volumeName, componentName string) (string, error) + func New(adapterContext common.AdapterContext, client kclient.Client) common.StorageAdapter + type Adapter struct + Client kclient.Client + func (a *Adapter) Create(storages []common.Storage) (err error)