Brian Grant
Brian Grant
It looks like that dependencies list includes things in the cluster/addons directory, but is missing some obvious things, like etcd.
The default pointer behavior has non-Go-idiomatic behaviors like pointers to maps and slices (#1561). Go's JSON marshaling does not require pointers for such cases. Client code needs to be written...
See also #2469 and #2567
See also #2284
There are scenarios other than skaffold for using kpt and kustomize together. Ideally, custom integrations of kpt and kustomize wouldn't be needed for each such scenario. What's the most challenging...
Do we have a way to measure how many times functions are used? That could help us assess utility.
Imperative function run is now eval: https://kpt.dev/book/04-using-functions/02-imperative-function-execution Regarding metafunctions, modification of Kptfiles, and generation of pipelines: https://kpt.dev/book/04-using-functions/02-imperative-function-execution?id=mutate-meta-resources Per-function filters are discussed in #2364. krmignore is discussed in #1733 and #517....
Kind of related, I'd like kpt fn render to be able to take an entire package with a Kptfile with a pipeline from stdin. Why? Because I always want to...
Every time we clone a package to create a variant of the package, we need to specialize the variant somehow. The most basic thing that needs to be done in...