Skip to content
Snippets Groups Projects
Commit 9c3aa90a authored by Sören Henning's avatar Sören Henning
Browse files

Update CRD docs

parent 222ff160
No related branches found
No related tags found
1 merge request!217Use enums and duration in ExecutionStatus/BenchmarkStatus
Pipeline #6050 passed
This commit is part of merge request !217. Comments created here will be created in the context of that merge request.
......@@ -2069,10 +2069,19 @@ Specifies the scaling resource that is benchmarked.
</tr>
</thead>
<tbody><tr>
<td><b>completionTime</b></td>
<td>string</td>
<td>
Time when this execution was stopped<br/>
<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>executionDuration</b></td>
<td>string</td>
<td>
Duration of the execution in seconds<br/>
Duration of the execution<br/>
</td>
<td>false</td>
</tr><tr>
......@@ -2082,5 +2091,14 @@ Specifies the scaling resource that is benchmarked.
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>startTime</b></td>
<td>string</td>
<td>
Time this execution started<br/>
<br/>
<i>Format</i>: date-time<br/>
</td>
<td>false</td>
</tr></tbody>
</table>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment