diff --git a/docs/api-reference/crds.md b/docs/api-reference/crds.md index a91e991609f5fe10e90793f34f2ad04c6c5576d0..0d7e46e3a72aea642fdc629f1abb664a4f8b93f3 100644 --- a/docs/api-reference/crds.md +++ b/docs/api-reference/crds.md @@ -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