change patcherDefinition in order to use a map for all configuration params
parent
806191c8
No related branches found
No related tags found
Showing
- 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 37 additions, 14 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 20 additions, 8 deletions...rkus/src/main/kotlin/theodolite/util/PatcherDefinition.kt
- theodolite-quarkus/src/main/resources/operator/benchmarkCRD.yaml 22 additions, 12 deletions...ite-quarkus/src/main/resources/operator/benchmarkCRD.yaml
- theodolite-quarkus/src/main/resources/operator/example-benchmark-k8s-resource.yaml 5 additions, 2 deletions...in/resources/operator/example-benchmark-k8s-resource.yaml
- theodolite-quarkus/src/main/resources/operator/example-execution-k8s-resource.yaml 3 additions, 8 deletions...in/resources/operator/example-execution-k8s-resource.yaml
- theodolite-quarkus/src/main/resources/operator/executionCRD.yaml 11 additions, 6 deletions...ite-quarkus/src/main/resources/operator/executionCRD.yaml
Loading
Please register or sign in to comment