cloudfoundry / cf-java-client

Java Client Library for Cloud Foundry
Apache License 2.0
328 stars 318 forks source link

Create Service Instance with CF V3 API #1178

Closed mash-sap closed 1 year ago

mash-sap commented 1 year ago

I'm currently looking into the CF V3 implementation. I found this interface and it looks like there is no createServiceInstance. https://github.com/cloudfoundry/cf-java-client/blob/v5.8.0.RELEASE/cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/serviceinstances/ServiceInstancesV3.java

Can you confirm that creating a service instance with CF V3 API is currently not supported?

Thank you & Best regards, Manuel

mash-sap commented 1 year ago

I just found that its available in 5.9