Merge branch 'master' into issue-274
No related branches found
No related tags found
Showing
- docs/api-reference/crds.md 59 additions, 11 deletionsdocs/api-reference/crds.md
- theodolite/crd/crd-execution.yaml 21 additions, 11 deletionstheodolite/crd/crd-execution.yaml
- theodolite/examples/operator/example-execution.yaml 6 additions, 4 deletionstheodolite/examples/operator/example-execution.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/Benchmark.kt 10 additions, 9 deletionstheodolite/src/main/kotlin/theodolite/benchmark/Benchmark.kt
- theodolite/src/main/kotlin/theodolite/benchmark/BenchmarkExecution.kt 24 additions, 8 deletions...rc/main/kotlin/theodolite/benchmark/BenchmarkExecution.kt
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 15 additions, 12 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite/src/main/kotlin/theodolite/evaluation/AnalysisExecutor.kt 8 additions, 7 deletions...src/main/kotlin/theodolite/evaluation/AnalysisExecutor.kt
- theodolite/src/main/kotlin/theodolite/evaluation/SloCheckerFactory.kt 6 additions, 3 deletions...rc/main/kotlin/theodolite/evaluation/SloCheckerFactory.kt
- theodolite/src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt 10 additions, 7 deletions...src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt
- theodolite/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt 29 additions, 25 deletions...main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
- theodolite/src/main/kotlin/theodolite/execution/Shutdown.kt 4 additions, 4 deletionstheodolite/src/main/kotlin/theodolite/execution/Shutdown.kt
- theodolite/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt 45 additions, 45 deletions...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
- theodolite/src/main/kotlin/theodolite/strategies/Metric.kt 11 additions, 0 deletionstheodolite/src/main/kotlin/theodolite/strategies/Metric.kt
- theodolite/src/main/kotlin/theodolite/strategies/StrategyFactory.kt 46 additions, 12 deletions.../src/main/kotlin/theodolite/strategies/StrategyFactory.kt
- theodolite/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt 9 additions, 9 deletions...heodolite/strategies/restriction/LowerBoundRestriction.kt
- theodolite/src/main/kotlin/theodolite/strategies/restriction/RestrictionStrategy.kt 6 additions, 7 deletions.../theodolite/strategies/restriction/RestrictionStrategy.kt
- theodolite/src/main/kotlin/theodolite/strategies/searchstrategy/BinarySearch.kt 65 additions, 18 deletions...tlin/theodolite/strategies/searchstrategy/BinarySearch.kt
- theodolite/src/main/kotlin/theodolite/strategies/searchstrategy/FullSearch.kt 16 additions, 8 deletions...kotlin/theodolite/strategies/searchstrategy/FullSearch.kt
- theodolite/src/main/kotlin/theodolite/strategies/searchstrategy/GuessStrategy.kt 7 additions, 7 deletions...lin/theodolite/strategies/searchstrategy/GuessStrategy.kt
- theodolite/src/main/kotlin/theodolite/strategies/searchstrategy/InitialGuessSearchStrategy.kt 71 additions, 32 deletions...e/strategies/searchstrategy/InitialGuessSearchStrategy.kt
Please register or sign in to comment