-
Notifications
You must be signed in to change notification settings - Fork 0
/
kamelet-catalog.md.handlebars
38 lines (26 loc) · 1.44 KB
/
kamelet-catalog.md.handlebars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Camel HIE Boot Kamelet Catalog
{{#.}}
* [{{spec.definition.title}}](#{{noSpaces spec.definition.title}})
{{/.}}
{{#.}}
## {{spec.definition.title}}
**Provided by: {{lookup metadata.annotations "camel.apache.org/provider"}}**
**Support Level for this Kamelet is: {{lookup metadata.annotations "camel.apache.org/kamelet.support.level"}}**
{{spec.definition.description}}
### Configuration Properties
The following table summarises the configuration properties available for the `{{metadata.name}}` Kamelet:
| Property | Name | Description | Required | Type | Default | Example |
|----------|-----------|-----------------|--------------|----------|-------------|-------------|
{{#each spec.definition.properties}}
| {{@key}} | {{title}} | {{{description}}} | {{required}} | {{type}} | {{default}} | {{example}} |
{{/each}}
{{#if spec.dataTypes.in.headers}}
### Configuration Input Headers
The following table summarises the input headers available for the `{{metadata.name}}` Kamelet:
| Header | Name | Description | Required | Type |Default | Example |
|----------|----------------|------------------------|--------------|-----------------|--------------------|--------------------|
{{#each spec.dataTypes.in.headers}}
| {{@key}} | {{this.title}} | {{@value.description}} | {{required}} | {{@value.type}} | {{@value.default}} | {{@value.example}} |
{{/each}}
{{/if}}
{{/.}}