Merge branch 'make-patcher-params-flexibal' into 'theodolite-kotlin'
Make patcher parameters flexible See merge request !148
No related branches found
No related tags found
Showing
- execution/helm/templates/theodolite/crd-benchmark.yaml 12 additions, 12 deletionsexecution/helm/templates/theodolite/crd-benchmark.yaml
- execution/helm/templates/theodolite/crd-execution.yaml 7 additions, 10 deletionsexecution/helm/templates/theodolite/crd-execution.yaml
- theodolite-quarkus/config/README.md 19 additions, 12 deletionstheodolite-quarkus/config/README.md
- theodolite-quarkus/config/example-benchmark-yaml-resource.yaml 5 additions, 2 deletions...olite-quarkus/config/example-benchmark-yaml-resource.yaml
- theodolite-quarkus/config/example-execution-yaml-resource.yaml 27 additions, 23 deletions...olite-quarkus/config/example-execution-yaml-resource.yaml
- theodolite-quarkus/config/example-operator-benchmark.yaml 11 additions, 8 deletionstheodolite-quarkus/config/example-operator-benchmark.yaml
- theodolite-quarkus/config/example-operator-execution.yaml 32 additions, 28 deletionstheodolite-quarkus/config/example-operator-execution.yaml
- theodolite-quarkus/src/main/kotlin/theodolite/execution/operator/TheodoliteController.kt 1 addition, 1 deletion...lin/theodolite/execution/operator/TheodoliteController.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/AbstractPatcher.kt 1 addition, 3 deletions...kus/src/main/kotlin/theodolite/patcher/AbstractPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt 1 addition, 1 deletion...arkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/ImagePatcher.kt 1 addition, 1 deletion...uarkus/src/main/kotlin/theodolite/patcher/ImagePatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/LabelPatcher.kt 1 addition, 2 deletions...uarkus/src/main/kotlin/theodolite/patcher/LabelPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/NodeSelectorPatcher.kt 1 addition, 1 deletion...src/main/kotlin/theodolite/patcher/NodeSelectorPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/NumNestedGroupsLoadGeneratorReplicaPatcher.kt 7 additions, 6 deletions...ite/patcher/NumNestedGroupsLoadGeneratorReplicaPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/NumSensorsLoadGeneratorReplicaPatcher.kt 5 additions, 3 deletions...eodolite/patcher/NumSensorsLoadGeneratorReplicaPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/PatcherFactory.kt 49 additions, 20 deletions...rkus/src/main/kotlin/theodolite/patcher/PatcherFactory.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/ResourceLimitPatcher.kt 1 addition, 1 deletion...rc/main/kotlin/theodolite/patcher/ResourceLimitPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/ResourceRequestPatcher.kt 1 addition, 1 deletion.../main/kotlin/theodolite/patcher/ResourceRequestPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/InvalidPatcherConfigurationException.kt 5 additions, 0 deletions...n/theodolite/util/InvalidPatcherConfigurationException.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/PatcherDefinition.kt 3 additions, 9 deletions...rkus/src/main/kotlin/theodolite/util/PatcherDefinition.kt
Loading
Please register or sign in to comment