Jeff Regan
Jeff Regan
Make discussion in #3794 more visible.
[_vars_]: https://github.com/kubernetes-sigs/kustomize/blob/master/docs/fields.md#vars Kustomize has a [_vars_] feature that shipped early in the project. The project's view of its purpose and direction has focussed since then, and the feature now appears...
There's more than enough here to tag it as `v1.0.0` and release it. The `README` is exceptionally well done with the tutorial, examples and api docs right at the top....
Something simple that we can look at and brainstorm on, not for immediate release (first we should discuss with oss powers that be). Document the process.
Two languages are supported to author KRM functions: - typescript; https://googlecontainertools.github.io/kpt/guides/producer/functions/ts/ - Go; https://googlecontainertools.github.io/kpt/guides/producer/functions/golang/ but there's no easy way to compare these libraries to generally understand the capabilities offered, and...