As a developer using the Android Studio IDE I want to be able to de-provision a services so that I can remove a previously provisioned service directly from within the IDE.
Acceptance Criteria:
- In the list view, show which services are currently provisioned. Show a "de-provision" button next to that service. - Demo video of this functionality - Documentation to accompany this
Notes:
- cli get serviceinstances keycloak will let you know if something is provisioned - show an icon next to the services (grey out / change to undeploy) if the services is already provisioned to the namespace - if undeploy button is present when clicked alert the user and deprovision |
|