stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.59k stars 70 forks source link

Expose Go Bundle structure #426

Open jmgilman opened 2 months ago

jmgilman commented 2 months ago

We have a need for generating Timoni Bundle files internally. Unfortunately, the Go structure is hidden behind the internal package, even though the CUE schema is not. Unfortunately, generating Go from CUE is much more complex than going the other way.

Can we perhaps expose this (or a better) struct publicly?