kcl-lang / krm-kcl

Kubernetes Resource Model KCL Specification and Integrations including Kubectl, Kustomize, Helm, Helmfile, Crossplane, KPT, etc.
Apache License 2.0
20 stars 13 forks source link

[Enhancement] Support Extra KCL top level arguments for `kio.Pipeline`. #26

Closed Peefy closed 6 months ago

satyazzz123 commented 9 months ago

Hello @Peefy can you give me some information about this issue about what is required . Thank you!

Peefy commented 9 months ago

Hello @Peefy can you give me some information about this issue about what is required . Thank you!

In this issue, we need to expand the RunKCL function with more options just like:

func RunKCL(name, source string, resourceList *yaml.RNode, arguments, []string) ([]*yaml.RNode, error) {

And put the arguments into opts.Arguments at here

d4v1d03 commented 7 months ago

Hey @Peefy , can you pls assign me this issue, i want to work on it.