Skip to content

supporting standard api version format rsther than numbers #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AmirSasson opened this issue Dec 22, 2021 · 1 comment
Open

supporting standard api version format rsther than numbers #6

AmirSasson opened this issue Dec 22, 2021 · 1 comment

Comments

@AmirSasson
Copy link

rather integers that represent the api version, most api versions are represented as "yyyy-mm-dd-preview" or yyyy-mm-dd.
these formats can be parsed to apiVersion which implements icomparable.
in addition why is there a limitation of only a single api version which is supported/active and all other are deprecated?

@lmaysapphire
Copy link

In order to work it tags controllers/actions with every version between introduced and removed. There is no way to do this with dates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants