#12001 introduce the experimental api prefix, but it's not introduced as an API group and it thus has to share the version with the official API (i.e., v1).
As suggested in #10009 (comment), we can make API group part of the API version to expedite its prototyping.
Here is a laundry list of works required to refactor expapi as an API group, the list is short for now, but I expect it to grow along the way:
- changing the versions in registered.RegisteredVersions to "group/version" and plumbing the changes
- fixing the code that assume api version doesn't contain "/" (example)
- fixing the TODOs that depend on expapi to be an API group (example)
@bgrant0607 @uluyol @nikhiljindal
#12001 introduce the experimental api prefix, but it's not introduced as an API group and it thus has to share the version with the official API (i.e., v1).
As suggested in #10009 (comment), we can make API group part of the API version to expedite its prototyping.
Here is a laundry list of works required to refactor expapi as an API group, the list is short for now, but I expect it to grow along the way:
@bgrant0607 @uluyol @nikhiljindal