Gaelle Fournier created CAMEL-21295: ---------------------------------------
Summary: camel-jbang: Kubernetes plugin: Add Knative trigger filter Key: CAMEL-21295 URL: https://issues.apache.org/jira/browse/CAMEL-21295 Project: Camel Issue Type: Improvement Components: camel-jbang Affects Versions: 4.x Reporter: Gaelle Fournier Following the removal of CK CRD dependency, we can now implements knative traits options `knative.filters` and `knative.filter-event-type` in the kubernertes plugin. The expected behavior is decribed here: https://camel.apache.org/camel-k/next/traits/knative.html. Some existing code is already there: https://github.com/apache/camel/blob/d3142c3611d11c95fcc9c3bf8407c7ee0682097b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/traits/knative/KnativeTrait.java#L291-L303 -- This message was sent by Atlassian Jira (v8.20.10#820010)