Skip to content

Commit

Permalink
CAMEL-20333 camel-kotlin-api: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
iMashtak committed Feb 10, 2024
1 parent a91ae74 commit 739dcec
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ public class KnativeUriDsl(
it.property("filters", filters)
}

public fun sinkBinding(sinkBinding: String) {
it.property("sinkBinding", sinkBinding)
}

public fun transportOptions(transportOptions: String) {
it.property("transportOptions", transportOptions)
}
Expand Down

0 comments on commit 739dcec

Please sign in to comment.