Some notes from the card:
- display available service integrations these integrations are part of the serviceclass externalMetadata - we can look up provisioned service instances with the serviceName label that match - The service integration should show up as greyed out if there is no serviceinstance in your namespace, it should have a tool tip to suggest deploying it - if the service instance is present then the icon should show up as black and have (+) next to it - Clicking the (+) should show the binding modal: https://redhat.invisionapp.com/share/3METBQE2D#/screens/278322072 It should also prefill the parameters it knows about with details from the service instance itself (such as the service name a parameter that keycloak asks for) - If it is bound/ enabled the icon should be highlighted and have a (-) symbol to unbind and if clicked should go trigger an unbind (same as delete binding link)
There is additional work required after the binding instance has been created. It should create a podPreset. Effectively binding and unbinding here should do what the CLI does when it creates or deletes an integration so looking at that command and reproducing the steps would be a good place to start. |
|