Skip to content

Commit 9f1d81a

Browse files
committed
transform join: added generated code
Signed-off-by: Gilbert Scheiblhofer <gilbert.scheiblhofer@gmx.at>
1 parent dd8772f commit 9f1d81a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

input/v1beta1/zz_generated.deepcopy.go

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/input/pt.fn.crossplane.io_resources.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@ spec:
318318
Format the input using a Go format string. See
319319
https://golang.org/pkg/fmt/ for details.
320320
type: string
321+
join:
322+
description: Join the input strings.
323+
properties:
324+
separator:
325+
description: Separator to join the input strings.
326+
type: string
327+
required:
328+
- separator
329+
type: object
321330
regexp:
322331
description: Extract a match from the input using
323332
a regular expression.
@@ -674,6 +683,15 @@ spec:
674683
Format the input using a Go format string. See
675684
https://golang.org/pkg/fmt/ for details.
676685
type: string
686+
join:
687+
description: Join the input strings.
688+
properties:
689+
separator:
690+
description: Separator to join the input strings.
691+
type: string
692+
required:
693+
- separator
694+
type: object
677695
regexp:
678696
description: Extract a match from the input using
679697
a regular expression.
@@ -1092,6 +1110,15 @@ spec:
10921110
Format the input using a Go format string. See
10931111
https://golang.org/pkg/fmt/ for details.
10941112
type: string
1113+
join:
1114+
description: Join the input strings.
1115+
properties:
1116+
separator:
1117+
description: Separator to join the input strings.
1118+
type: string
1119+
required:
1120+
- separator
1121+
type: object
10951122
regexp:
10961123
description: Extract a match from the input using
10971124
a regular expression.

0 commit comments

Comments
 (0)