Skip to content
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

Decide what to do about different versions of the same resource #29

Open
dylanratcliffe opened this issue May 15, 2023 · 0 comments
Open

Comments

@dylanratcliffe
Copy link
Member

It's possible in kubernetes to have different APIs that serve the same resource, like when some thing move from a beta to a regular API. Our sources are only able to find data for one type, and one API version each. So a source that works for v1 Pods wouldn't work for v2 Pods (just an example). In order to support people that are using older resources, we really should be looking at the possible versions for things and creating additional sources. This would then raise the question of which should we should use. Kube does have APIs that will report which versions of things are available, but more research would be needed to determine how this works exactly and how we should be using it

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

1 participant