Merge pull request #2971 from sarsharma/cron_certification

Change Cron Binding from `input/output` to `input` binding
This commit is contained in:
Hannah Hunter 2022-12-08 16:34:21 -06:00 committed by GitHub
commit 616fa44034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 10 deletions

View File

@ -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

View File

@ -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