Introduce a PatcherFactory and a PatcherDefinitionFactory to make the API more understandable.
parent
71bd421f
No related branches found
No related tags found
Showing
- theodolite-quarkus/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 12 additions, 12 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt 5 additions, 3 deletions...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteYamlExecutor.kt 3 additions, 0 deletions...ain/kotlin/theodolite/execution/TheodoliteYamlExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/PatcherDefinitionFactory.kt 21 additions, 0 deletions...ain/kotlin/theodolite/patcher/PatcherDefinitionFactory.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/PatcherFactory.kt 28 additions, 0 deletions...rkus/src/main/kotlin/theodolite/patcher/PatcherFactory.kt
- theodolite-quarkus/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt 2 additions, 1 deletion...heodolite/strategies/restriction/LowerBoundRestriction.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/LoadDimension.kt 2 additions, 2 deletions...-quarkus/src/main/kotlin/theodolite/util/LoadDimension.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/Resource.kt 2 additions, 2 deletions...olite-quarkus/src/main/kotlin/theodolite/util/Resource.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/Results.kt 1 addition, 1 deletion...dolite-quarkus/src/main/kotlin/theodolite/util/Results.kt
- theodolite-quarkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt 13 additions, 9 deletions...arkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt
- theodolite-quarkus/src/test/kotlin/theodolite/ResourceLimitPatcherTest.kt 10 additions, 12 deletions...us/src/test/kotlin/theodolite/ResourceLimitPatcherTest.kt
- theodolite-quarkus/src/test/kotlin/theodolite/ResourceRequestPatcherTest.kt 10 additions, 12 deletions.../src/test/kotlin/theodolite/ResourceRequestPatcherTest.kt
Loading
Please register or sign in to comment