cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
38 stars 5 forks source link

chore: make v2 API the new conversion hub #136

Closed erikgb closed 3 months ago

erikgb commented 3 months ago

This PR makes the v2 API the new conversion hub, ref. https://github.com/cybozu-go/accurate/pull/132. If I ever were to introduce a new API version, I would probably create an internal version to avoid these massive changes. 😉