crossplane-contrib / function-kcl

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

Support writing to Context #134

Open phisco opened 2 months ago

phisco commented 2 months 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 2 months ago

Good Enhancement!

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