add instances_retrievable and bindings_retrievable to service catalog configuration#39
add instances_retrievable and bindings_retrievable to service catalog configuration#39ydkn wants to merge 2 commits intocouchbase:masterfrom
Conversation
|
Not in v2.13 it doesn't https://github.com/openservicebrokerapi/servicebroker/blob/v2.13/spec.md :D I guess your actual request here is to support 2.14, 2,15 etc. at which point this is a far bigger request than adding in 2 fields to a struct. |
|
Thanks for pointing that out. I didn't expected/see that the spec actually has that large changes between minor versions. But if the broker actually provides only features of v2.13 then there is also no need to provide the Maybe there is a possibly to add features step by step of newer versions of the spec instead of providing the full feature set of new versions at once. As far as I currently understand it: Adding @spjmurray any thought on how to move up the API version chain? |
|
In short there is no easy way, beyond some hardcore engineering effort. I've opened feature enhancement #45 to this end. I anticipate implementing only 2.14 for the first pass in August, then after the hard bit is done, 2.15 and 2.16 should be fairly simple incremental updates going into September. I'm not going to bend the APIs because if my test team saw it they'd complain and stop my fun 😸 But yes, I'm committing to getting to that point where you have those fields -- officially -- fairly soon. You can always do a quick fork in the near term. |
Since the broker actually supports fetching instance and binding parameters it should also allow to communicate that to the outside world.
Otherwise
cf curl /v2/service_instances/:instance-id/parametersdoes not work because CF is thinking that it is not supported.