Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed May 12, 2021
1 parent d6bac97 commit 73bdc1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/modules/ROOT/pages/regex-router-action.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The following table summarizes the configuration options available for the `rege
[width="100%",cols="2,^2,3,^2,^2,^3",options="header"]
|===
| Property| Name| Description| Type| Default| Example
| regex| Regex| Regular Expression for destination| string| |
| replacement| Replacement| Replacement when matching| string| |
| *regex {empty}* *| Regex| Regular Expression for destination| string| |
| *replacement {empty}* *| Replacement| Replacement when matching| string| |
|===

NOTE: Fields marked with ({empty}*) are mandatory.
Expand Down Expand Up @@ -45,6 +45,9 @@ spec:
kind: Kamelet
apiVersion: camel.apache.org/v1alpha1
name: regex-router-action
properties:
regex: "The Regex"
replacement: "The Replacement"
sink:
ref:
kind: InMemoryChannel
Expand Down

0 comments on commit 73bdc1d

Please sign in to comment.