Open
Description
We are thinking if this broker could be used to provide volumes for CloudFoundry.
So far I just looked at smb broker of cloudfoundry which can provising/bind existing volumes. Apparently the key is to return a proper VolumeMount in here.
As far as I can see, the API exists already in this codebase, but GetServiceBindingResponse
only returns Credentials
so far.
Do you see anything which would make this endeavour impossible?
I'm thinking about extending this service-broker to enable the feature.