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
34 stars 5 forks source link

chore: change stored version of API to v2 #135

Closed erikgb closed 1 month ago

erikgb commented 1 month ago

This PR changes the stored version from v2alpha1 to v2, ref. https://github.com/cybozu-go/accurate/pull/132. Also changing the controller to use the new stored version to avoid an excessive number of conversions.