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: introduce new (identical) SubNamespace API version #101

Closed erikgb closed 8 months ago

erikgb commented 9 months ago

As suggested in https://github.com/cybozu-go/accurate/pull/96, I think it makes a lot of sense to first introduce an identical and unserved API version. Since there must be only one storage version of a CRD in Kubernetes, the current v1 version is marked as the storage version.