From 6779d3a7391b2050d68ad75683fb5825488a81ca Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Mon, 31 Jul 2023 09:33:09 +0200 Subject: [PATCH] docs: update auto generated docs to include `spec.range.step` in `KeptnMetric` (#1806) Signed-off-by: Florian Bacher Signed-off-by: Griffin --- docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md b/docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md index 1adb4425d55..2018053d355 100644 --- a/docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md +++ b/docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md @@ -149,5 +149,6 @@ _Appears in:_ | Field | Description | | --- | --- | | `interval` _string_ | Interval specifies the duration of the time interval for the data query | +| `step` _string_ | Step represents the query resolution step width for the data query |