Merge branch 'introduce-actionCommands' into 'master'
Introduce action commands Closes #270 See merge request !201
Showing
- docs/_config.yml 2 additions, 2 deletionsdocs/_config.yml
- docs/api-reference/crds.md 861 additions, 9 deletionsdocs/api-reference/crds.md
- docs/drafts/actions.md 62 additions, 0 deletionsdocs/drafts/actions.md
- theodolite/crd/crd-benchmark.yaml 222 additions, 1 deletiontheodolite/crd/crd-benchmark.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/Action.kt 48 additions, 0 deletionstheodolite/src/main/kotlin/theodolite/benchmark/Action.kt
- theodolite/src/main/kotlin/theodolite/benchmark/ActionCommand.kt 161 additions, 0 deletions...ite/src/main/kotlin/theodolite/benchmark/ActionCommand.kt
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 17 additions, 2 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt 9 additions, 0 deletions...lin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt
- theodolite/src/main/kotlin/theodolite/benchmark/Resources.kt 2 additions, 1 deletiontheodolite/src/main/kotlin/theodolite/benchmark/Resources.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/BenchmarkStateChecker.kt 201 additions, 0 deletions...in/theodolite/execution/operator/BenchmarkStateChecker.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt 3 additions, 33 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/util/ActionCommandFailedException.kt 4 additions, 0 deletions...in/kotlin/theodolite/util/ActionCommandFailedException.kt
- theodolite/src/main/kotlin/theodolite/util/Configuration.kt 5 additions, 0 deletionstheodolite/src/main/kotlin/theodolite/util/Configuration.kt
- theodolite/src/test/kotlin/theodolite/benchmark/ActionCommandTest.kt 128 additions, 0 deletions...src/test/kotlin/theodolite/benchmark/ActionCommandTest.kt
- theodolite/src/test/kotlin/theodolite/benchmark/ErrorChannelMessage.kt 17 additions, 0 deletions...c/test/kotlin/theodolite/benchmark/ErrorChannelMessage.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/BenchmarkCRDummy.kt 7 additions, 0 deletions.../kotlin/theodolite/execution/operator/BenchmarkCRDummy.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/BenchmarkStateCheckerTest.kt 177 additions, 0 deletions...heodolite/execution/operator/BenchmarkStateCheckerTest.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ControllerTest.kt 4 additions, 3 deletions...st/kotlin/theodolite/execution/operator/ControllerTest.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTest.kt 2 additions, 2 deletions...heodolite/execution/operator/ExecutionEventHandlerTest.kt
Loading
Please register or sign in to comment