# Functions
Create creates the pvc for the given pvc name, volume name, volume size and component name.
CreateComponentStorage creates PVCs with the given list of storages if it does not exist, else it uses the existing PVC.
DeleteOldPVCs deletes all the old PVCs which are not in the processedVolumes map.
GeneratePVCNameFromDevfileVol generates a PVC name from the Devfile volume name and component name.
GetExistingPVC checks if a PVC is present and return the name if it exists.
New instantiantes a storage adapter.