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 appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.<br/>
This field exists only for technical reasons and should not be set by the user. The value of the field will be overwritten.<br/>
<br/>
<i>Default</i>: <br/>
</td>
<td>false</td>
</tr></tbody>
</tr></tbody>
</table>
</table>
### benchmark.spec.loadGenerator
### benchmark.spec.infrastructure
<sup><sup>[↩ Parent](#benchmarkspec)</sup></sup>
<sup><sup>[↩ Parent](#benchmarkspec)</sup></sup>
The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
(Optional) A list of file names that reference Kubernetes resources that are deployed on the clusterto create the required infrastructure.
<table>
<table>
<thead>
<thead>
...
@@ -167,25 +196,25 @@ The loadGenResourceSets specifies all Kubernetes resources required to start the
...
@@ -167,25 +196,25 @@ The loadGenResourceSets specifies all Kubernetes resources required to start the
@@ -616,42 +645,51 @@ The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
...
@@ -616,42 +645,51 @@ The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
</tr>
</tr>
</thead>
</thead>
<tbody><tr>
<tbody><tr>
<td><b>resource</b></td>
<td><b>numPartitions</b></td>
<td>string</td>
<td>integer</td>
<td>
<td>
Specifies the Kubernetes resource to be patched.<br/>
The number of partitions of the topic.<br/>
<br/>
<br/>
<i>Default</i>: <br/>
<i>Default</i>: 0<br/>
</td>
</td>
<td>true</td>
<td>false</td>
</tr><tr>
</tr><tr>
<td><b>type</b></td>
<td><b>removeOnly</b></td>
<td>string</td>
<td>boolean</td>
<td>
<td>
Type of the Patcher.<br/>
Determines if this topic should only be deleted after each experiement. For removeOnly topics the name can be a RegEx describing the topic.<br/>
<br/>
<br/>
<i>Default</i>: <br/>
<i>Default</i>: false<br/>
</td>
</td>
<td>true</td>
<td>false</td>
</tr><tr>
</tr><tr>
<td><b>properties</b></td>
<td><b>replicationFactor</b></td>
<td>map[string]string</td>
<td>integer</td>
<td>
<td>
(Optional) Patcher specific additional arguments.<br/>
The replication factor of the topic.<br/>
<br/>
<br/>
<i>Default</i>: map[]<br/>
<i>Default</i>: 0<br/>
</td>
</td>
<td>false</td>
<td>false</td>
</tr><tr>
<td><b>name</b></td>
<td>string</td>
<td>
The name of the topic.<br/>
<br/>
<i>Default</i>: <br/>
</td>
<td>true</td>
</tr></tbody>
</tr></tbody>
</table>
</table>
### benchmark.spec.resourceTypes[index]
### benchmark.spec.loadGenerator
<sup><sup>[↩ Parent](#benchmarkspec)</sup></sup>
<sup><sup>[↩ Parent](#benchmarkspec)</sup></sup>
The loadGenResourceSets specifies all Kubernetes resources required to start the load generator. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
<table>
<table>
<thead>
<thead>
...
@@ -663,119 +701,38 @@ The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
...
@@ -663,119 +701,38 @@ The fileSystem resourceSet loads the Kubernetes manifests from the filesystem.
Specifies the Kubernetes resource to be patched.<br/>
<br/>
<i>Default</i>: <br/>
</td>
<td>true</td>
</tr><tr>
<td><b>type</b></td>
<td>string</td>
<td>
Type of the patcher.<br/>
<br/>
<i>Default</i>: <br/>
</td>
<td>true</td>
</tr><tr>
<td><b>properties</b></td>
<td>map[string]string</td>
<td>
(Optional) Patcher specific additional arguments.<br/>
<br/>
<i>Default</i>: map[]<br/>
</td>
<td>false</td>
</tr></tbody>
</table>
### benchmark.spec.sut
<sup><sup>[↩ Parent](#benchmarkspec)</sup></sup>
The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.
The appResourceSets specifies all Kubernetes resources required to start the sut. A resourceSet can be either a configMap resourceSet or a fileSystem resourceSet.