From 9c3aa90a2812cb331314d5bd30840a9faf11906b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 18 Jan 2022 12:01:05 +0100 Subject: [PATCH] Update CRD docs --- docs/api-reference/crds.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/api-reference/crds.md b/docs/api-reference/crds.md index a91e99160..0d7e46e3a 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 -- GitLab