Merge branch 'introduce-benchmark-state' into 'master'
Add a Benchmark Status See merge request !176
Showing
- docs/crd-docu.md 36 additions, 0 deletionsdocs/crd-docu.md
- theodolite/crd/crd-benchmark.yaml 11 additions, 0 deletionstheodolite/crd/crd-benchmark.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/ConfigMapResourceSet.kt 4 additions, 3 deletions.../main/kotlin/theodolite/benchmark/ConfigMapResourceSet.kt
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 1 addition, 0 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite/src/main/kotlin/theodolite/benchmark/ResourceSets.kt 8 additions, 7 deletions...lite/src/main/kotlin/theodolite/benchmark/ResourceSets.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/BenchmarkStateHandler.kt 28 additions, 0 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 52 additions, 16 deletions...lin/theodolite/execution/operator/TheodoliteController.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteOperator.kt 15 additions, 3 deletions...otlin/theodolite/execution/operator/TheodoliteOperator.kt
- theodolite/src/main/kotlin/theodolite/model/crd/BenchmarkCRD.kt 3 additions, 2 deletions...lite/src/main/kotlin/theodolite/model/crd/BenchmarkCRD.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 11 additions, 0 deletions...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, 11 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 6 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 16 additions, 15 deletions...heodolite/execution/operator/ExecutionEventHandlerTest.kt
Loading
Please register or sign in to comment