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

feat: start serving v2 API #132

Closed erikgb closed 1 month ago

erikgb commented 1 month ago

With this PR, we'll start serving the new v2 API - which is identical to v2alpha1 API. Relates to https://github.com/cybozu-go/accurate/pull/128.

I'll prepare another PR to switch the stored version from v2alpha1 to v2 in a follow-up PR.

NOTE: It seems like the v2 API now becomes the new default API version when using kubectl without specifying the version of SubNamespace.