crossplane-contrib / function-kcl

Crossplane Composition Functions using KCL Programming Language
Apache License 2.0
36 stars 16 forks source link

Support writing to Context #134

Open phisco opened 1 month ago

phisco commented 1 month ago

What problem are you facing?

Similar to https://github.com/crossplane-contrib/function-go-templating/issues/66, I think for these more powerful functions it would be useful to be able to write to the Context.

How could this Function help solve your problem?

Implement writing to the pipeline Context in some way.

Peefy commented 1 month ago

Good Enhancement!

I think this feature can be achieved through specific resource types or kcl go plugin.