-
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
Support for updating service instances #14
Comments
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/109435680. |
Hi @ldmberman, it turns out we recently committed exactly the same thing. Unfortunately, we didn't see this suggestion before today. |
Anyway, thank you for pushing this work forward. |
kirederik
pushed a commit
that referenced
this issue
Aug 23, 2019
Refer to #14 [#162386093] Co-authored-by: Felisia Martini <fmartini@pivotal.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am going to work on adding support for updating service instances. From the start, I would like to discuss things to be sure I keep following the right direction.
These are the public-facing changes I am going to make:
brokerapi.Service
with aPlanUpdatable
field:ServiceBroker
with anUpdate
method:UpdateDetails
declared as:Both the public-facing part and the work to be done under the hood seem very similar to what is done for instance provisioning, and I do not expect to encounter any pitfalls for now.
Looking for your thoughts.
The text was updated successfully, but these errors were encountered: