Open
Description
We are currently working on a GitOps-Tool. This tool deploys apps to cloud foundry and uses the cf-java-client. For this we need to use params when creating a service. With CreateServiceInstanceRequest
this is no problem (field Map<String, Object parameters.
Question:
How can we GET this params to a given service with the cf-java-client-API? In ServiceInstance
and ServiceInstanceSummary
theres not such a property.