@@ -15,6 +15,8 @@ display: none;
15
15
</p >
16
16
Resource Types:
17
17
<ul ><li >
18
+ <a href =" #flow.triggermesh.io/v1alpha1.DataWeaveTransformation " >DataWeaveTransformation</a >
19
+ </li ><li >
18
20
<a href =" #flow.triggermesh.io/v1alpha1.JQTransformation " >JQTransformation</a >
19
21
</li ><li >
20
22
<a href =" #flow.triggermesh.io/v1alpha1.Synchronizer " >Synchronizer</a >
@@ -25,6 +27,131 @@ Resource Types:
25
27
</li ><li >
26
28
<a href =" #flow.triggermesh.io/v1alpha1.XSLTTransformation " >XSLTTransformation</a >
27
29
</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 >
28
155
<h3 id =" flow.triggermesh.io/v1alpha1.JQTransformation " >JQTransformation
29
156
</h3 >
30
157
<p >
661
788
</tr >
662
789
</tbody >
663
790
</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 >
664
861
<h3 id =" flow.triggermesh.io/v1alpha1.EventOptions " >EventOptions
665
862
</h3 >
666
863
<p >
@@ -992,6 +1189,7 @@ knative.dev/pkg/apis/duck/v1.SourceSpec
992
1189
</h3 >
993
1190
<p >
994
1191
(<em >Appears on:</em >
1192
+ <a href =" #flow.triggermesh.io/v1alpha1.DataWeaveTransformation " >DataWeaveTransformation</a >,
995
1193
<a href =" #flow.triggermesh.io/v1alpha1.JQTransformation " >JQTransformation</a >,
996
1194
<a href =" #flow.triggermesh.io/v1alpha1.Synchronizer " >Synchronizer</a >,
997
1195
<a href =" #flow.triggermesh.io/v1alpha1.Transformation " >Transformation</a >,
@@ -1164,6 +1362,7 @@ knative.dev/pkg/apis/duck/v1.SourceSpec
1164
1362
</h3 >
1165
1363
<p >
1166
1364
(<em >Appears on:</em >
1365
+ <a href =" #flow.triggermesh.io/v1alpha1.DataWeaveTransformationSpec " >DataWeaveTransformationSpec</a >,
1167
1366
<a href =" #flow.triggermesh.io/v1alpha1.XSLTTransformationSpec " >XSLTTransformationSpec</a >)
1168
1367
</p >
1169
1368
<p >
@@ -1333,5 +1532,5 @@ knative.dev/pkg/apis/duck/v1.SourceSpec
1333
1532
<hr />
1334
1533
<p ><em >
1335
1534
Generated with <code >gen-crd-api-reference-docs</code >
1336
- on git commit <code >f88cfe4 </code >.
1535
+ on git commit <code >0499b4e </code >.
1337
1536
</em ></p >
0 commit comments