|
90 | 90 | failOnValidationErrors:
|
91 | 91 | type: boolean
|
92 | 92 | schema:
|
93 |
| - type: object |
| 93 | + x-kubernetes-preserve-unknown-fields: true |
94 | 94 | required:
|
95 | 95 | - failOnValidationErrors
|
96 | 96 | - schema
|
@@ -357,17 +357,15 @@ spec:
|
357 | 357 | event definitions.
|
358 | 358 | properties:
|
359 | 359 | contextAttributes:
|
360 |
| - additionalProperties: |
361 |
| - type: object |
362 | 360 | description: Add additional extension context attributes
|
363 | 361 | to the produced event.
|
364 |
| - type: object |
| 362 | + x-kubernetes-preserve-unknown-fields: true |
365 | 363 | data:
|
366 | 364 | description: |-
|
367 | 365 | If string type, an expression which selects parts of the states data output to become the data (payload)
|
368 | 366 | of the event referenced by triggerEventRef. If object type, a custom object to become the data (payload)
|
369 | 367 | of the event referenced by triggerEventRef.
|
370 |
| - type: object |
| 368 | + x-kubernetes-preserve-unknown-fields: true |
371 | 369 | invoke:
|
372 | 370 | default: sync
|
373 | 371 | description: Specifies if the function should be
|
@@ -397,11 +395,9 @@ spec:
|
397 | 395 | description: References a reusable function definition.
|
398 | 396 | properties:
|
399 | 397 | arguments:
|
400 |
| - additionalProperties: |
401 |
| - type: object |
402 | 398 | description: Arguments (inputs) to be passed to
|
403 | 399 | the referenced function
|
404 |
| - type: object |
| 400 | + x-kubernetes-preserve-unknown-fields: true |
405 | 401 | invoke:
|
406 | 402 | default: sync
|
407 | 403 | description: Specifies if the function should be
|
@@ -630,17 +626,15 @@ spec:
|
630 | 626 | reusable event definitions.
|
631 | 627 | properties:
|
632 | 628 | contextAttributes:
|
633 |
| - additionalProperties: |
634 |
| - type: object |
635 | 629 | description: Add additional extension context
|
636 | 630 | attributes to the produced event.
|
637 |
| - type: object |
| 631 | + x-kubernetes-preserve-unknown-fields: true |
638 | 632 | data:
|
639 | 633 | description: |-
|
640 | 634 | If string type, an expression which selects parts of the states data output to become the data (payload)
|
641 | 635 | of the event referenced by triggerEventRef. If object type, a custom object to become the data (payload)
|
642 | 636 | of the event referenced by triggerEventRef.
|
643 |
| - type: object |
| 637 | + x-kubernetes-preserve-unknown-fields: true |
644 | 638 | invoke:
|
645 | 639 | default: sync
|
646 | 640 | description: Specifies if the function should
|
@@ -671,11 +665,9 @@ spec:
|
671 | 665 | definition.
|
672 | 666 | properties:
|
673 | 667 | arguments:
|
674 |
| - additionalProperties: |
675 |
| - type: object |
676 | 668 | description: Arguments (inputs) to be passed
|
677 | 669 | to the referenced function
|
678 |
| - type: object |
| 670 | + x-kubernetes-preserve-unknown-fields: true |
679 | 671 | invoke:
|
680 | 672 | default: sync
|
681 | 673 | description: Specifies if the function should
|
@@ -875,17 +867,15 @@ spec:
|
875 | 867 | event definitions.
|
876 | 868 | properties:
|
877 | 869 | contextAttributes:
|
878 |
| - additionalProperties: |
879 |
| - type: object |
880 | 870 | description: Add additional extension context
|
881 | 871 | attributes to the produced event.
|
882 |
| - type: object |
| 872 | + x-kubernetes-preserve-unknown-fields: true |
883 | 873 | data:
|
884 | 874 | description: |-
|
885 | 875 | If string type, an expression which selects parts of the states data output to become the data (payload)
|
886 | 876 | of the event referenced by triggerEventRef. If object type, a custom object to become the data (payload)
|
887 | 877 | of the event referenced by triggerEventRef.
|
888 |
| - type: object |
| 878 | + x-kubernetes-preserve-unknown-fields: true |
889 | 879 | invoke:
|
890 | 880 | default: sync
|
891 | 881 | description: Specifies if the function should
|
@@ -915,11 +905,9 @@ spec:
|
915 | 905 | description: References a reusable function definition.
|
916 | 906 | properties:
|
917 | 907 | arguments:
|
918 |
| - additionalProperties: |
919 |
| - type: object |
920 | 908 | description: Arguments (inputs) to be passed to
|
921 | 909 | the referenced function
|
922 |
| - type: object |
| 910 | + x-kubernetes-preserve-unknown-fields: true |
923 | 911 | invoke:
|
924 | 912 | default: sync
|
925 | 913 | description: Specifies if the function should
|
@@ -1074,12 +1062,9 @@ spec:
|
1074 | 1062 | data input.
|
1075 | 1063 | properties:
|
1076 | 1064 | data:
|
1077 |
| - additionalProperties: |
1078 |
| - type: object |
1079 | 1065 | description: JSON object which can be set as state's data
|
1080 | 1066 | input and can be manipulated via filter
|
1081 |
| - minProperties: 1 |
1082 |
| - type: object |
| 1067 | + x-kubernetes-preserve-unknown-fields: true |
1083 | 1068 | timeouts:
|
1084 | 1069 | description: State specific timeouts
|
1085 | 1070 | properties:
|
@@ -1189,17 +1174,15 @@ spec:
|
1189 | 1174 | event definitions.
|
1190 | 1175 | properties:
|
1191 | 1176 | contextAttributes:
|
1192 |
| - additionalProperties: |
1193 |
| - type: object |
1194 | 1177 | description: Add additional extension context
|
1195 | 1178 | attributes to the produced event.
|
1196 |
| - type: object |
| 1179 | + x-kubernetes-preserve-unknown-fields: true |
1197 | 1180 | data:
|
1198 | 1181 | description: |-
|
1199 | 1182 | If string type, an expression which selects parts of the states data output to become the data (payload)
|
1200 | 1183 | of the event referenced by triggerEventRef. If object type, a custom object to become the data (payload)
|
1201 | 1184 | of the event referenced by triggerEventRef.
|
1202 |
| - type: object |
| 1185 | + x-kubernetes-preserve-unknown-fields: true |
1203 | 1186 | invoke:
|
1204 | 1187 | default: sync
|
1205 | 1188 | description: Specifies if the function should
|
@@ -1229,11 +1212,9 @@ spec:
|
1229 | 1212 | description: References a reusable function definition.
|
1230 | 1213 | properties:
|
1231 | 1214 | arguments:
|
1232 |
| - additionalProperties: |
1233 |
| - type: object |
1234 | 1215 | description: Arguments (inputs) to be passed to
|
1235 | 1216 | the referenced function
|
1236 |
| - type: object |
| 1217 | + x-kubernetes-preserve-unknown-fields: true |
1237 | 1218 | invoke:
|
1238 | 1219 | default: sync
|
1239 | 1220 | description: Specifies if the function should
|
@@ -1401,17 +1382,15 @@ spec:
|
1401 | 1382 | reusable event definitions.
|
1402 | 1383 | properties:
|
1403 | 1384 | contextAttributes:
|
1404 |
| - additionalProperties: |
1405 |
| - type: object |
1406 | 1385 | description: Add additional extension context
|
1407 | 1386 | attributes to the produced event.
|
1408 |
| - type: object |
| 1387 | + x-kubernetes-preserve-unknown-fields: true |
1409 | 1388 | data:
|
1410 | 1389 | description: |-
|
1411 | 1390 | If string type, an expression which selects parts of the states data output to become the data (payload)
|
1412 | 1391 | of the event referenced by triggerEventRef. If object type, a custom object to become the data (payload)
|
1413 | 1392 | of the event referenced by triggerEventRef.
|
1414 |
| - type: object |
| 1393 | + x-kubernetes-preserve-unknown-fields: true |
1415 | 1394 | invoke:
|
1416 | 1395 | default: sync
|
1417 | 1396 | description: Specifies if the function should
|
@@ -1442,11 +1421,9 @@ spec:
|
1442 | 1421 | definition.
|
1443 | 1422 | properties:
|
1444 | 1423 | arguments:
|
1445 |
| - additionalProperties: |
1446 |
| - type: object |
1447 | 1424 | description: Arguments (inputs) to be passed
|
1448 | 1425 | to the referenced function
|
1449 |
| - type: object |
| 1426 | + x-kubernetes-preserve-unknown-fields: true |
1450 | 1427 | invoke:
|
1451 | 1428 | default: sync
|
1452 | 1429 | description: Specifies if the function should
|
@@ -1675,7 +1652,7 @@ spec:
|
1675 | 1652 | description: |-
|
1676 | 1653 | If string type, an expression which selects parts of the states data output to become the workflow data input of
|
1677 | 1654 | continued execution. If object type, a custom object to become the workflow data input of the continued execution
|
1678 |
| - type: object |
| 1655 | + x-kubernetes-preserve-unknown-fields: true |
1679 | 1656 | version:
|
1680 | 1657 | description: Version of the workflow to continue
|
1681 | 1658 | execution as.
|
@@ -1730,7 +1707,7 @@ spec:
|
1730 | 1707 | description: |-
|
1731 | 1708 | If String, expression which selects parts of the states data output to become the data of the produced event.
|
1732 | 1709 | If object a custom object to become the data of produced event.
|
1733 |
| - type: object |
| 1710 | + x-kubernetes-preserve-unknown-fields: true |
1734 | 1711 | eventRef:
|
1735 | 1712 | description: Reference to a defined unique
|
1736 | 1713 | event name in the events definition
|
@@ -1784,7 +1761,7 @@ spec:
|
1784 | 1761 | description: |-
|
1785 | 1762 | If String, expression which selects parts of the states data output to become the data of the produced event.
|
1786 | 1763 | If object a custom object to become the data of produced event.
|
1787 |
| - type: object |
| 1764 | + x-kubernetes-preserve-unknown-fields: true |
1788 | 1765 | eventRef:
|
1789 | 1766 | description: Reference to a defined unique
|
1790 | 1767 | event name in the events definition
|
|
0 commit comments