From cd7055c8c5b1f0f5b84c06794a702c3ea0fd7f07 Mon Sep 17 00:00:00 2001 From: Sarthak Sharma Date: Wed, 7 Dec 2022 15:59:29 +0530 Subject: [PATCH] update cron docs Signed-off-by: Sarthak Sharma --- .../components-reference/supported-bindings/cron.md | 8 ++------ daprdocs/data/components/bindings/generic.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md index 0c4cf7031..c4e49a1f5 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md @@ -29,7 +29,7 @@ spec: | Field | Required | Binding support | Details | Example | |--------------------|:--------:|-------|--------|---------| -| schedule | Y | Input/Output | The valid cron schedule to use. See [this](#schedule-format) for more details | `"@every 15m"` +| schedule | Y | Input| The valid cron schedule to use. See [this](#schedule-format) for more details | `"@every 15m"` ### Schedule Format @@ -74,11 +74,7 @@ When running this code, note that the `/scheduled` endpoint is called every five ## Binding support -This component supports both **input and output** binding interfaces. - -This component supports **output binding** with the following operations: - -- `delete` +This component supports **input** binding interface. ## Related links diff --git a/daprdocs/data/components/bindings/generic.yaml b/daprdocs/data/components/bindings/generic.yaml index a967072b5..4cbd411bb 100644 --- a/daprdocs/data/components/bindings/generic.yaml +++ b/daprdocs/data/components/bindings/generic.yaml @@ -8,12 +8,12 @@ output: true - component: Cron (Scheduler) link: cron - state: Alpha + state: Stable version: v1 - since: "1.0" + since: "1.10" features: input: true - output: true + output: false - component: GraphQL link: graghql state: Alpha @@ -45,7 +45,7 @@ since: "1.0" features: input: true - output: true + output: false - component: Local Storage link: localstorage state: Stable