From 10bf8211ccb9e6a1fb53691bc1e9ea6854e40af6 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Wed, 31 Mar 2021 14:43:29 +0200 Subject: [PATCH] rename configuration files --- ...nchmarkType.yaml => example-benchmark-yaml-resource.yaml} | 0 ...rkExecution.yaml => example-execution-yaml-resource.yaml} | 5 +---- ...le-benchmark.yaml => example-benchmark-k8s-resource.yaml} | 0 ...le-execution.yaml => example-execution-k8s-resource.yaml} | 0 4 files changed, 1 insertion(+), 4 deletions(-) rename theodolite-quarkus/config/{BenchmarkType.yaml => example-benchmark-yaml-resource.yaml} (100%) rename theodolite-quarkus/config/{BenchmarkExecution.yaml => example-execution-yaml-resource.yaml} (92%) rename theodolite-quarkus/src/main/resources/operator/{example-benchmark.yaml => example-benchmark-k8s-resource.yaml} (100%) rename theodolite-quarkus/src/main/resources/operator/{example-execution.yaml => example-execution-k8s-resource.yaml} (100%) 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 5a723bbb1..80e4575d6 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 -- GitLab