All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.pipe-uri-uri.yaml.tmpl Maven / Gradle / Ivy

There is a newer version: 4.8.1
Show newest version
apiVersion: camel.apache.org/v1
kind: Pipe
metadata:
  name: {{ .Name }}
spec:
  source:
    uri: {{ .Source }}
    #properties:
      #key: "value"
{{ .Steps }}
  sink:
    uri: {{ .Sink }}
    #properties:
      #key: "value"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy