-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: adds endpoint to support get-binding response for OSB v2.16 #321
fix: adds endpoint to support get-binding response for OSB v2.16 #321
Conversation
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/187886817 The labels on this github issue will be updated when the story is started. |
ready to review |
Ready for review. Thanks for putting up with my multiple commits to get this to pass checks! |
Thanks for raising the PR, we will study and analyse it and we'll come back to you soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks ok in general, but I have requested a small change to make the response of create and get binding consistent.
Thank you for your contribution @TheSp1der The changes have now been released in v11.0.4 |
The Open Service Broker API defines an endpoint object in the GET Binding Response that is not defined in the brokerapi response. This pull request adds an endpoint struct and updates the GetBindingReponse and GetBindingSpec to properly support the endpoints object.