kpt
kpt copied to clipboard
Support repository-wide guardrails
Make it possible to associate functions with package repositories so that they are automatically evaluated on packages in the repository every time those changes.
I think of this as similar to Kubernetes dynamic admission control or github PR required status checks that gate merging. There's some discussion of this in #3121.
We could dedupe this with #3279