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

templates.binding-uri-kamelet.yaml.tmpl Maven / Gradle / Ivy

apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
  name: {{ .Name }}
spec:
  source:
    uri: {{ .Source }}
    #properties:
      #key: "value"
  sink:
    ref:
      kind: Kamelet
      apiVersion: camel.apache.org/v1
      name: {{ .Sink }}
    {{ .SinkProperties }}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy