From b1bdbfc12d87d614f39732b6b1633cce04df3998 Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Tue, 23 Mar 2021 12:33:29 +0100
Subject: [PATCH] Enhance naming

---
 .../BenchmarktypeCrd.yaml => operator/benchmarkCRD.yaml}        | 0
 .../benchmarktype.yaml => operator/example-benchmark.yaml}      | 2 +-
 .../BenchmarkExecution.yaml => operator/example-execution.yaml} | 2 +-
 .../{Operator/ExecutionCrd.yaml => operator/executionCRD.yaml}  | 0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename theodolite-quarkus/src/main/resources/{Operator/BenchmarktypeCrd.yaml => operator/benchmarkCRD.yaml} (100%)
 rename theodolite-quarkus/src/main/resources/{Operator/benchmarktype.yaml => operator/example-benchmark.yaml} (95%)
 rename theodolite-quarkus/src/main/resources/{Operator/BenchmarkExecution.yaml => operator/example-execution.yaml} (93%)
 rename theodolite-quarkus/src/main/resources/{Operator/ExecutionCrd.yaml => operator/executionCRD.yaml} (100%)

diff --git a/theodolite-quarkus/src/main/resources/Operator/BenchmarktypeCrd.yaml b/theodolite-quarkus/src/main/resources/operator/benchmarkCRD.yaml
similarity index 100%
rename from theodolite-quarkus/src/main/resources/Operator/BenchmarktypeCrd.yaml
rename to theodolite-quarkus/src/main/resources/operator/benchmarkCRD.yaml
diff --git a/theodolite-quarkus/src/main/resources/Operator/benchmarktype.yaml b/theodolite-quarkus/src/main/resources/operator/example-benchmark.yaml
similarity index 95%
rename from theodolite-quarkus/src/main/resources/Operator/benchmarktype.yaml
rename to theodolite-quarkus/src/main/resources/operator/example-benchmark.yaml
index dde93c953..ca69be31c 100644
--- a/theodolite-quarkus/src/main/resources/Operator/benchmarktype.yaml
+++ b/theodolite-quarkus/src/main/resources/operator/example-benchmark.yaml
@@ -1,7 +1,7 @@
 apiVersion: theodolite.com/v1alpha1
 kind: benchmark
 metadata:
-  name: example-webserver
+  name: theodolite-example-benchmark
 name: "theodolite ist cool"
 appResource:
   - "uc1-kstreams-deployment.yaml"
diff --git a/theodolite-quarkus/src/main/resources/Operator/BenchmarkExecution.yaml b/theodolite-quarkus/src/main/resources/operator/example-execution.yaml
similarity index 93%
rename from theodolite-quarkus/src/main/resources/Operator/BenchmarkExecution.yaml
rename to theodolite-quarkus/src/main/resources/operator/example-execution.yaml
index 3afb061e3..1eb49cc9a 100644
--- a/theodolite-quarkus/src/main/resources/Operator/BenchmarkExecution.yaml
+++ b/theodolite-quarkus/src/main/resources/operator/example-execution.yaml
@@ -1,7 +1,7 @@
 apiVersion: theodolite.com/v1alpha1
 kind: execution
 metadata:
-  name: example-webserver
+  name: theodolite-example-execution
 name: "Theodolite Test Context"
 benchmark: "benchmarkType"
 load:
diff --git a/theodolite-quarkus/src/main/resources/Operator/ExecutionCrd.yaml b/theodolite-quarkus/src/main/resources/operator/executionCRD.yaml
similarity index 100%
rename from theodolite-quarkus/src/main/resources/Operator/ExecutionCrd.yaml
rename to theodolite-quarkus/src/main/resources/operator/executionCRD.yaml
-- 
GitLab