Skip to content

Commit

Permalink
update new-trigger-filters to Beta
Browse files Browse the repository at this point in the history
Signed-off-by: pingjiang <[email protected]>
  • Loading branch information
xiangpingjiang committed Oct 16, 2023
1 parent c15d9ef commit e785175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventing/experimental-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ Knative Eventing:
| [DeliverySpec.Timeout field](delivery-timeout.md) | `delivery-timeout` | When using the `delivery` spec to configure event delivery parameters, you can use the`timeout` field to specify the timeout for each sent HTTP request. | Beta, enabled by default |
| [KReference.Group field](kreference-group.md) | `kreference-group` | Specify the API `group` of `KReference` resources without the API version. | Alpha, disabled by default |
| [Knative reference mapping](kreference-mapping.md) | `kreference-mapping` | Provide mappings from a [Knative reference](https://github.com/knative/specs/blob/main/specs/eventing/overview.md#destination) to a templated URI. | Alpha, disabled by default |
| [New trigger filters](new-trigger-filters.md) | `new-trigger-filters` | Enables a new Trigger `filters` field that supports a set of powerful filter expressions. | Alpha, disabled by default |
| [New trigger filters](new-trigger-filters.md) | `new-trigger-filters` | Enables a new Trigger `filters` field that supports a set of powerful filter expressions. | Beta, enabled by default |
| [Transport encryption](transport-encryption.md) | `transport-encryption` | Enables components to encrypt traffic using TLS by exposing HTTPS URL. | Alpha, disabled by default |
3 changes: 3 additions & 0 deletions docs/eventing/triggers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ This example filters events from the `default` broker that are of type
```
Where `<filename>` is the name of the file you created in the previous step.

### New trigger filters

if you need more powerful filtering options, you can use the [New trigger filters](https://knative.dev/docs/eventing/experimental-features/new-trigger-filters/).
## Trigger annotations

You can modify a Trigger's behavior by setting the following two annotations:
Expand Down

0 comments on commit e785175

Please sign in to comment.