We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e91d6 commit b344eaeCopy full SHA for b344eae
libs/crossplane/config.jsonnet
@@ -165,6 +165,12 @@ config.new(
165
prefix: '^io\\.crossplane\\.fn\\.cel\\..*',
166
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-cel-filter/refs/tags/v0.1.1/package/input/cel.fn.crossplane.io_filters.yaml'],
167
localName: 'function_cel_filter'
168
+ },
169
+ {
170
+ output: 'function-kcl/0.11',
171
+ prefix: '^io\\.crossplane\\.fn\\..*',
172
+ crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-kcl/refs/tags/v0.11.4/package/input/template.fn.crossplane.io_kclinputs.yaml'],
173
+ localName: 'function_kcl'
174
}
175
]
176
)
0 commit comments