templates/pipes/camel-k/xj-identity-action-pipe.yaml (24 lines of code) (raw):

apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: xj-identity-action-pipe spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: timer-source properties: message: "Hello" steps: - ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: xj-identity-action properties: direction: "The Direction" sink: ref: kind: KafkaTopic apiVersion: kafka.strimzi.io/v1beta1 name: my-topic