diff --git a/theodolite-quarkus/config/BenchmarkType.yaml b/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml similarity index 100% rename from theodolite-quarkus/config/BenchmarkType.yaml rename to theodolite-quarkus/config/example-benchmark-yaml-resource.yaml diff --git a/theodolite-quarkus/config/BenchmarkExecution.yaml b/theodolite-quarkus/config/example-execution-yaml-resource.yaml similarity index 92% rename from theodolite-quarkus/config/BenchmarkExecution.yaml rename to theodolite-quarkus/config/example-execution-yaml-resource.yaml index 5a723bbb11156498ba6cb18d950bdbc59e3877df..80e4575d653bff8d67d8f66cf4ae9806a1fe102e 100644 --- a/theodolite-quarkus/config/BenchmarkExecution.yaml +++ b/theodolite-quarkus/config/example-execution-yaml-resource.yaml @@ -1,7 +1,4 @@ -apiVersion: demo.k8s.io/v1alpha1 -kind: Benchmarkexecutions -metadata: - name: example-execution +name: example-execution benchmark: "uc1-kstreams" load: loadType: "NumSensors" diff --git a/theodolite-quarkus/src/main/resources/operator/example-benchmark.yaml b/theodolite-quarkus/src/main/resources/operator/example-benchmark-k8s-resource.yaml similarity index 100% rename from theodolite-quarkus/src/main/resources/operator/example-benchmark.yaml rename to theodolite-quarkus/src/main/resources/operator/example-benchmark-k8s-resource.yaml diff --git a/theodolite-quarkus/src/main/resources/operator/example-execution.yaml b/theodolite-quarkus/src/main/resources/operator/example-execution-k8s-resource.yaml similarity index 100% rename from theodolite-quarkus/src/main/resources/operator/example-execution.yaml rename to theodolite-quarkus/src/main/resources/operator/example-execution-k8s-resource.yaml