add state resourceSet to benchmark crd to indicate whether the benchmak can be executed or not
parent
c04b712f
No related branches found
No related tags found
Showing
- theodolite/crd/crd-benchmark.yaml 11 additions, 0 deletionstheodolite/crd/crd-benchmark.yaml
- theodolite/crd/crd-execution.yaml 1 addition, 1 deletiontheodolite/crd/crd-execution.yaml
- theodolite/examples/operator/example-benchmark.yaml 3 additions, 1 deletiontheodolite/examples/operator/example-benchmark.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 1 addition, 1 deletion...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.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/TheodoliteController.kt 39 additions, 3 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 2 additions, 1 deletion...lite/src/main/kotlin/theodolite/model/crd/BenchmarkCRD.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/States.kt 7 additions, 1 deletiontheodolite/src/main/kotlin/theodolite/model/crd/States.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ControllerTest.kt 2 additions, 1 deletion...st/kotlin/theodolite/execution/operator/ControllerTest.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTest.kt 2 additions, 1 deletion...heodolite/execution/operator/ExecutionEventHandlerTest.kt
Please register or sign in to comment