Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit f6faa8b

Browse files
committed
Generated with gen-crd-api-reference-docs on git commit 0499b4e1615dbddd30cd1c33ab1ff58eb1aeb4eb
1 parent 807ade5 commit f6faa8b

File tree

5 files changed

+204
-5
lines changed

5 files changed

+204
-5
lines changed

docs/apis/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,5 +369,5 @@ knative.dev/pkg/apis/duck/v1.Addressable
369369
<hr/>
370370
<p><em>
371371
Generated with <code>gen-crd-api-reference-docs</code>
372-
on git commit <code>f88cfe4</code>.
372+
on git commit <code>0499b4e</code>.
373373
</em></p>

docs/apis/flow.md

Lines changed: 200 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ display: none;
1515
</p>
1616
Resource Types:
1717
<ul><li>
18+
<a href="#flow.triggermesh.io/v1alpha1.DataWeaveTransformation">DataWeaveTransformation</a>
19+
</li><li>
1820
<a href="#flow.triggermesh.io/v1alpha1.JQTransformation">JQTransformation</a>
1921
</li><li>
2022
<a href="#flow.triggermesh.io/v1alpha1.Synchronizer">Synchronizer</a>
@@ -25,6 +27,131 @@ Resource Types:
2527
</li><li>
2628
<a href="#flow.triggermesh.io/v1alpha1.XSLTTransformation">XSLTTransformation</a>
2729
</li></ul>
30+
<h3 id="flow.triggermesh.io/v1alpha1.DataWeaveTransformation">DataWeaveTransformation
31+
</h3>
32+
<p>
33+
<p>DataWeaveTransformation is the Schema for an DataWeave transformation target.</p>
34+
</p>
35+
<table>
36+
<thead>
37+
<tr>
38+
<th>Field</th>
39+
<th>Description</th>
40+
</tr>
41+
</thead>
42+
<tbody>
43+
<tr>
44+
<td>
45+
<code>apiVersion</code></br>
46+
string</td>
47+
<td>
48+
<code>
49+
flow.triggermesh.io/v1alpha1
50+
</code>
51+
</td>
52+
</tr>
53+
<tr>
54+
<td>
55+
<code>kind</code></br>
56+
string
57+
</td>
58+
<td><code>DataWeaveTransformation</code></td>
59+
</tr>
60+
<tr>
61+
<td>
62+
<code>metadata</code></br>
63+
<em>
64+
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta">
65+
Kubernetes meta/v1.ObjectMeta
66+
</a>
67+
</em>
68+
</td>
69+
<td>
70+
Refer to the Kubernetes API documentation for the fields of the
71+
<code>metadata</code> field.
72+
</td>
73+
</tr>
74+
<tr>
75+
<td>
76+
<code>spec</code></br>
77+
<em>
78+
<a href="#flow.triggermesh.io/v1alpha1.DataWeaveTransformationSpec">
79+
DataWeaveTransformationSpec
80+
</a>
81+
</em>
82+
</td>
83+
<td>
84+
<br/>
85+
<br/>
86+
<table>
87+
<tr>
88+
<td>
89+
<code>dw_spell</code></br>
90+
<em>
91+
<a href="#flow.triggermesh.io/v1alpha1.ValueFromField">
92+
ValueFromField
93+
</a>
94+
</em>
95+
</td>
96+
<td>
97+
<p>DataWeave spell that will be used by default for transformation.</p>
98+
</td>
99+
</tr>
100+
<tr>
101+
<td>
102+
<code>incoming_content_type</code></br>
103+
<em>
104+
string
105+
</em>
106+
</td>
107+
<td>
108+
<p>Content type for incoming transformation.</p>
109+
</td>
110+
</tr>
111+
<tr>
112+
<td>
113+
<code>output_content_type</code></br>
114+
<em>
115+
string
116+
</em>
117+
</td>
118+
<td>
119+
<p>Content type for transformation Output.</p>
120+
</td>
121+
</tr>
122+
<tr>
123+
<td>
124+
<code>SourceSpec</code></br>
125+
<em>
126+
<a href="https://pkg.go.dev/knative.dev/pkg/apis/duck/v1#SourceSpec">
127+
knative.dev/pkg/apis/duck/v1.SourceSpec
128+
</a>
129+
</em>
130+
</td>
131+
<td>
132+
<p>
133+
(Members of <code>SourceSpec</code> are embedded into this type.)
134+
</p>
135+
<p>Support sending to an event sink instead of replying.</p>
136+
</td>
137+
</tr>
138+
</table>
139+
</td>
140+
</tr>
141+
<tr>
142+
<td>
143+
<code>status</code></br>
144+
<em>
145+
<a href="#flow.triggermesh.io/v1alpha1.TargetStatus">
146+
TargetStatus
147+
</a>
148+
</em>
149+
</td>
150+
<td>
151+
</td>
152+
</tr>
153+
</tbody>
154+
</table>
28155
<h3 id="flow.triggermesh.io/v1alpha1.JQTransformation">JQTransformation
29156
</h3>
30157
<p>
@@ -661,6 +788,76 @@ int
661788
</tr>
662789
</tbody>
663790
</table>
791+
<h3 id="flow.triggermesh.io/v1alpha1.DataWeaveTransformationSpec">DataWeaveTransformationSpec
792+
</h3>
793+
<p>
794+
(<em>Appears on:</em>
795+
<a href="#flow.triggermesh.io/v1alpha1.DataWeaveTransformation">DataWeaveTransformation</a>)
796+
</p>
797+
<p>
798+
<p>DataWeaveTransformationSpec holds the desired state of the DataWeaveTransformation.</p>
799+
</p>
800+
<table>
801+
<thead>
802+
<tr>
803+
<th>Field</th>
804+
<th>Description</th>
805+
</tr>
806+
</thead>
807+
<tbody>
808+
<tr>
809+
<td>
810+
<code>dw_spell</code></br>
811+
<em>
812+
<a href="#flow.triggermesh.io/v1alpha1.ValueFromField">
813+
ValueFromField
814+
</a>
815+
</em>
816+
</td>
817+
<td>
818+
<p>DataWeave spell that will be used by default for transformation.</p>
819+
</td>
820+
</tr>
821+
<tr>
822+
<td>
823+
<code>incoming_content_type</code></br>
824+
<em>
825+
string
826+
</em>
827+
</td>
828+
<td>
829+
<p>Content type for incoming transformation.</p>
830+
</td>
831+
</tr>
832+
<tr>
833+
<td>
834+
<code>output_content_type</code></br>
835+
<em>
836+
string
837+
</em>
838+
</td>
839+
<td>
840+
<p>Content type for transformation Output.</p>
841+
</td>
842+
</tr>
843+
<tr>
844+
<td>
845+
<code>SourceSpec</code></br>
846+
<em>
847+
<a href="https://pkg.go.dev/knative.dev/pkg/apis/duck/v1#SourceSpec">
848+
knative.dev/pkg/apis/duck/v1.SourceSpec
849+
</a>
850+
</em>
851+
</td>
852+
<td>
853+
<p>
854+
(Members of <code>SourceSpec</code> are embedded into this type.)
855+
</p>
856+
<p>Support sending to an event sink instead of replying.</p>
857+
</td>
858+
</tr>
859+
</tbody>
860+
</table>
664861
<h3 id="flow.triggermesh.io/v1alpha1.EventOptions">EventOptions
665862
</h3>
666863
<p>
@@ -992,6 +1189,7 @@ knative.dev/pkg/apis/duck/v1.SourceSpec
9921189
</h3>
9931190
<p>
9941191
(<em>Appears on:</em>
1192+
<a href="#flow.triggermesh.io/v1alpha1.DataWeaveTransformation">DataWeaveTransformation</a>,
9951193
<a href="#flow.triggermesh.io/v1alpha1.JQTransformation">JQTransformation</a>,
9961194
<a href="#flow.triggermesh.io/v1alpha1.Synchronizer">Synchronizer</a>,
9971195
<a href="#flow.triggermesh.io/v1alpha1.Transformation">Transformation</a>,
@@ -1164,6 +1362,7 @@ knative.dev/pkg/apis/duck/v1.SourceSpec
11641362
</h3>
11651363
<p>
11661364
(<em>Appears on:</em>
1365+
<a href="#flow.triggermesh.io/v1alpha1.DataWeaveTransformationSpec">DataWeaveTransformationSpec</a>,
11671366
<a href="#flow.triggermesh.io/v1alpha1.XSLTTransformationSpec">XSLTTransformationSpec</a>)
11681367
</p>
11691368
<p>
@@ -1333,5 +1532,5 @@ knative.dev/pkg/apis/duck/v1.SourceSpec
13331532
<hr/>
13341533
<p><em>
13351534
Generated with <code>gen-crd-api-reference-docs</code>
1336-
on git commit <code>f88cfe4</code>.
1535+
on git commit <code>0499b4e</code>.
13371536
</em></p>

docs/apis/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,5 +518,5 @@ Kubernetes core/v1.SecretKeySelector
518518
<hr/>
519519
<p><em>
520520
Generated with <code>gen-crd-api-reference-docs</code>
521-
on git commit <code>f88cfe4</code>.
521+
on git commit <code>0499b4e</code>.
522522
</em></p>

docs/apis/sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9878,5 +9878,5 @@ EventSourceStatus
98789878
<hr/>
98799879
<p><em>
98809880
Generated with <code>gen-crd-api-reference-docs</code>
9881-
on git commit <code>f88cfe4</code>.
9881+
on git commit <code>0499b4e</code>.
98829882
</em></p>

docs/apis/targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8143,5 +8143,5 @@ string
81438143
<hr/>
81448144
<p><em>
81458145
Generated with <code>gen-crd-api-reference-docs</code>
8146-
on git commit <code>f88cfe4</code>.
8146+
on git commit <code>0499b4e</code>.
81478147
</em></p>

0 commit comments

Comments
 (0)