Merge branch 'introduce-k8s-events' into 'master'
Introduce events in order to make it possible to see simple log message with... Closes #245 See merge request !173
No related branches found
No related tags found
Showing
- theodolite/crd/crd-execution.yaml 1 addition, 1 deletiontheodolite/crd/crd-execution.yaml
- theodolite/examples/operator/example-benchmark.yaml 1 addition, 1 deletiontheodolite/examples/operator/example-benchmark.yaml
- theodolite/src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt 2 additions, 1 deletion...src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt
- theodolite/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt 39 additions, 4 deletions...main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
- theodolite/src/main/kotlin/theodolite/execution/ExecutionModes.kt 7 additions, 0 deletions...te/src/main/kotlin/theodolite/execution/ExecutionModes.kt
- theodolite/src/main/kotlin/theodolite/execution/Main.kt 5 additions, 5 deletionstheodolite/src/main/kotlin/theodolite/execution/Main.kt
- theodolite/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt 2 additions, 1 deletion...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/EventCreator.kt 60 additions, 0 deletions...main/kotlin/theodolite/execution/operator/EventCreator.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt 6 additions, 0 deletions...lin/theodolite/execution/operator/TheodoliteController.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteOperator.kt 4 additions, 3 deletions...otlin/theodolite/execution/operator/TheodoliteOperator.kt
- theodolite/src/main/kotlin/theodolite/util/Configuration.kt 18 additions, 0 deletionstheodolite/src/main/kotlin/theodolite/util/Configuration.kt
- theodolite/src/test/kotlin/theodolite/TestBenchmarkExecutorImpl.kt 2 additions, 1 deletion...e/src/test/kotlin/theodolite/TestBenchmarkExecutorImpl.kt
Loading
Please register or sign in to comment