Skip to content
Snippets Groups Projects

Add a Benchmark Status

Merged Benedikt Wetzel requested to merge wetzel/spesb:introduce-benchmark-state into master
Files
22
+ 36
0
@@ -51,6 +51,13 @@ Resource Types:
@@ -51,6 +51,13 @@ Resource Types:
<td>object</td>
<td>object</td>
<td>Refer to the Kubernetes API documentation for the fields of the `metadata` field.</td>
<td>Refer to the Kubernetes API documentation for the fields of the `metadata` field.</td>
<td>true</td>
<td>true</td>
 
</tr><tr>
 
<td><b><a href="#benchmarkstatus">status</a></b></td>
 
<td>object</td>
 
<td>
 
<br/>
 
</td>
 
<td>false</td>
</tr><tr>
</tr><tr>
<td><b><a href="#benchmarkspec">spec</a></b></td>
<td><b><a href="#benchmarkspec">spec</a></b></td>
<td>object</td>
<td>object</td>
@@ -62,6 +69,33 @@ Resource Types:
@@ -62,6 +69,33 @@ Resource Types:
</table>
</table>
 
### benchmark.status
 
<sup><sup>[↩ Parent](#benchmark)</sup></sup>
 
 
 
 
 
 
<table>
 
<thead>
 
<tr>
 
<th>Name</th>
 
<th>Type</th>
 
<th>Description</th>
 
<th>Required</th>
 
</tr>
 
</thead>
 
<tbody><tr>
 
<td><b>resourceSetsState</b></td>
 
<td>string</td>
 
<td>
 
The status of a Benchmark indicates whether all resources are available to start the benchmark or not.<br/>
 
</td>
 
<td>false</td>
 
</tr></tbody>
 
</table>
 
 
### benchmark.spec
### benchmark.spec
<sup><sup>[↩ Parent](#benchmark)</sup></sup>
<sup><sup>[↩ Parent](#benchmark)</sup></sup>
@@ -92,6 +126,8 @@ Resource Types:
@@ -92,6 +126,8 @@ Resource Types:
<td>string</td>
<td>string</td>
<td>
<td>
This field exists only for technical reasons and should not be set by the user. The value of the field will be overwritten.<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>
<td>false</td>
<td>false</td>
</tr><tr>
</tr><tr>
Loading