From 1ffbd095d91836c8b3bce33bf57f99208bf910cb Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Wed, 17 Nov 2021 10:08:01 +0100 Subject: [PATCH] fix description --- docs/crd-docu.md | 2 +- theodolite/crd/crd-benchmark.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/crd-docu.md b/docs/crd-docu.md index fb245deca..4002f9b0e 100644 --- a/docs/crd-docu.md +++ b/docs/crd-docu.md @@ -103,7 +103,7 @@ Resource Types: <td><b><a href="#benchmarkspecloadgenresourcesetsindex">loadGenResourceSets</a></b></td> <td>[]object</td> <td> - The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/> + The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/> </td> <td>true</td> </tr><tr> diff --git a/theodolite/crd/crd-benchmark.yaml b/theodolite/crd/crd-benchmark.yaml index 4beb1b241..4425763ba 100644 --- a/theodolite/crd/crd-benchmark.yaml +++ b/theodolite/crd/crd-benchmark.yaml @@ -157,7 +157,7 @@ spec: items: type: string loadGenResourceSets: - description: The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet. + description: The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet. type: array items: type: object -- GitLab