Handle shutdown
Compare changes
Adds a Shutdown Hook. Uses parsed configurations to build a deployment and to tear it down. Be aware of Gradle: Control + C kills the gradle client before the execution of the hook and therefore cant be used to test this. To test this you need to start the build application (by java -jar, etc...). Additionally for this you have to change the paths in the TheodoliteYamlExecutor and the KubernetesBenchmark
TODOS: