Merge branch 'issue-274' into 'master'
Move definition of SLOs to Benchmark Closes #274 See merge request !251
No related branches found
No related tags found
Showing
- docs/api-reference/crds.md 74 additions, 24 deletionsdocs/api-reference/crds.md
- theodolite/crd/crd-benchmark.yaml 26 additions, 1 deletiontheodolite/crd/crd-benchmark.yaml
- theodolite/crd/crd-execution.yaml 5 additions, 11 deletionstheodolite/crd/crd-execution.yaml
- theodolite/examples/operator/example-benchmark.yaml 9 additions, 0 deletionstheodolite/examples/operator/example-benchmark.yaml
- theodolite/examples/operator/example-execution.yaml 1 addition, 5 deletionstheodolite/examples/operator/example-execution.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/BenchmarkExecution.kt 6 additions, 14 deletions...rc/main/kotlin/theodolite/benchmark/BenchmarkExecution.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/Slo.kt 25 additions, 0 deletionstheodolite/src/main/kotlin/theodolite/benchmark/Slo.kt
- theodolite/src/main/kotlin/theodolite/evaluation/AnalysisExecutor.kt 3 additions, 3 deletions...src/main/kotlin/theodolite/evaluation/AnalysisExecutor.kt
- theodolite/src/main/kotlin/theodolite/evaluation/SloConfigHandler.kt 2 additions, 2 deletions...src/main/kotlin/theodolite/evaluation/SloConfigHandler.kt
- theodolite/src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt 2 additions, 2 deletions...src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt
- theodolite/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt 2 additions, 2 deletions...main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
- theodolite/src/main/kotlin/theodolite/execution/SloFactory.kt 24 additions, 0 deletions...dolite/src/main/kotlin/theodolite/execution/SloFactory.kt
- theodolite/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt 34 additions, 32 deletions...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
- theodolite/src/test/kotlin/theodolite/InitialGuessSearchStrategyTest.kt 4 additions, 4 deletions.../test/kotlin/theodolite/InitialGuessSearchStrategyTest.kt
- theodolite/src/test/kotlin/theodolite/RestrictionSearchTest.kt 5 additions, 5 deletions...olite/src/test/kotlin/theodolite/RestrictionSearchTest.kt
- theodolite/src/test/kotlin/theodolite/TestBenchmarkExecutorImpl.kt 8 additions, 8 deletions...e/src/test/kotlin/theodolite/TestBenchmarkExecutorImpl.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/BenchmarkCRDummy.kt 1 addition, 0 deletions.../kotlin/theodolite/execution/operator/BenchmarkCRDummy.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/SloFactoryTest.kt 72 additions, 0 deletions...st/kotlin/theodolite/execution/operator/SloFactoryTest.kt
- theodolite/src/test/resources/k8s-resource-files/test-benchmark.yaml 9 additions, 0 deletions...src/test/resources/k8s-resource-files/test-benchmark.yaml
Loading
Please register or sign in to comment