Skip to content
Snippets Groups Projects
Commit 1ffbd095 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

fix description

parent 333bc636
No related branches found
No related tags found
1 merge request!171Introduce ResourceSets to make loading of resource files more flexible
...@@ -103,7 +103,7 @@ Resource Types: ...@@ -103,7 +103,7 @@ Resource Types:
<td><b><a href="#benchmarkspecloadgenresourcesetsindex">loadGenResourceSets</a></b></td> <td><b><a href="#benchmarkspecloadgenresourcesetsindex">loadGenResourceSets</a></b></td>
<td>[]object</td> <td>[]object</td>
<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>
<td>true</td> <td>true</td>
</tr><tr> </tr><tr>
......
...@@ -157,7 +157,7 @@ spec: ...@@ -157,7 +157,7 @@ spec:
items: items:
type: string type: string
loadGenResourceSets: 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 type: array
items: items:
type: object type: object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment