Simon Jahreiß
Simon Jahreiß
See this page to select a lib: https://jwt.io/
Thanks @criolit, won't take long anymore! :wink:
Hi christian, Right now there is no blocking feature like that. The plugin blocks until the pods are or the deployment is created, but not until the pods are completely...
Hi christian, we decided to add this feature to the further roadmap (See #45). It will be added soon! Thanks for your suggestion! Best regards, Simon
For Kubernetes we could use this REST endpoint: http://kubernetes.io/kubernetes/third_party/swagger-ui/#!/api%2Fv1/readNamespacedComponentStatus
For Marathon we could use this REST endpoint: https://mesosphere.github.io/marathon/docs/generated/api.html#v2_apps__app_id__get
The tests for the KubernetesDeployer and MarathonDeployer are not included in the coverage report of jacoco because of the following issue: https://github.com/jayway/powermock/issues/422