separate execution and benchmark state and small enhancements
parent
9e71cec2
No related branches found
No related tags found
Showing
- docs/crd-docu.md 1 addition, 1 deletiondocs/crd-docu.md
- theodolite/crd/crd-benchmark.yaml 3 additions, 3 deletionstheodolite/crd/crd-benchmark.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/ResourceSets.kt 0 additions, 1 deletion...lite/src/main/kotlin/theodolite/benchmark/ResourceSets.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/BenchmarkStateHandler.kt 6 additions, 6 deletions...in/theodolite/execution/operator/BenchmarkStateHandler.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/ClusterSetup.kt 2 additions, 2 deletions...main/kotlin/theodolite/execution/operator/ClusterSetup.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/ExecutionEventHandler.kt 8 additions, 8 deletions...in/theodolite/execution/operator/ExecutionEventHandler.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/ExecutionStateHandler.kt 5 additions, 5 deletions...in/theodolite/execution/operator/ExecutionStateHandler.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt 19 additions, 21 deletions...lin/theodolite/execution/operator/TheodoliteController.kt
- theodolite/src/main/kotlin/theodolite/model/crd/BenchmarkStates.kt 6 additions, 0 deletions...e/src/main/kotlin/theodolite/model/crd/BenchmarkStates.kt
- theodolite/src/main/kotlin/theodolite/model/crd/BenchmarkStatus.kt 1 addition, 1 deletion...e/src/main/kotlin/theodolite/model/crd/BenchmarkStatus.kt
- theodolite/src/main/kotlin/theodolite/model/crd/ExecutionStates.kt 12 additions, 0 deletions...e/src/main/kotlin/theodolite/model/crd/ExecutionStates.kt
- theodolite/src/main/kotlin/theodolite/model/crd/States.kt 0 additions, 17 deletionstheodolite/src/main/kotlin/theodolite/model/crd/States.kt
- theodolite/src/main/kotlin/theodolite/util/ExecutionStateComparator.kt 3 additions, 3 deletions...c/main/kotlin/theodolite/util/ExecutionStateComparator.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ControllerTest.kt 2 additions, 4 deletions...st/kotlin/theodolite/execution/operator/ControllerTest.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionCRDummy.kt 2 additions, 2 deletions.../kotlin/theodolite/execution/operator/ExecutionCRDummy.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTest.kt 14 additions, 14 deletions...heodolite/execution/operator/ExecutionEventHandlerTest.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/StateHandlerTest.kt 4 additions, 4 deletions.../kotlin/theodolite/execution/operator/StateHandlerTest.kt
- theodolite/src/test/kotlin/theodolite/util/ExecutionStateComparatorTest.kt 4 additions, 8 deletions...st/kotlin/theodolite/util/ExecutionStateComparatorTest.kt
Please register or sign in to comment