File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,15 @@ spec:
318
318
Format the input using a Go format string. See
319
319
https://golang.org/pkg/fmt/ for details.
320
320
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
321
330
regexp :
322
331
description : Extract a match from the input using
323
332
a regular expression.
@@ -674,6 +683,15 @@ spec:
674
683
Format the input using a Go format string. See
675
684
https://golang.org/pkg/fmt/ for details.
676
685
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
677
695
regexp :
678
696
description : Extract a match from the input using
679
697
a regular expression.
@@ -1092,6 +1110,15 @@ spec:
1092
1110
Format the input using a Go format string. See
1093
1111
https://golang.org/pkg/fmt/ for details.
1094
1112
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
1095
1122
regexp :
1096
1123
description : Extract a match from the input using
1097
1124
a regular expression.
You can’t perform that action at this time.
0 commit comments