ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Allow passing parameters to deployment actions #56

Closed JNKielmann closed 2 years ago

JNKielmann commented 2 years ago

This PR adds simple support for deployment actions that require parameters. At the moment it is only used for the stop service action which can receive an optional delete_volumes parameter.

In the future this could be extended by listing the available parameters in the list deployment actions endpoint. Then a UI could show a dialog to the user, that allows to set parameters for the deployment action.