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

Watch list API endpoints prefixed with /watch are deprecated, models should start using list endpoint with watch=true #71

Open
oyvindio opened this issue Oct 18, 2019 · 2 comments

Comments

@oyvindio
Copy link
Member

oyvindio commented Oct 18, 2019

The watch list API endpoints prefixed with /watch are deprecated since Kubernetes 1.12. Watch operations should use the list API endpoints with a ?watch=true parameter. The k8s models that support watch list all use these deprecated endpoints. These should be changed to use the list endpoint with the watch parameter set. Maybe it makes sense to solve this via #55 ?

@MichelCarroll
Copy link

Just FYI, I'm working on a pull request for both this issue and #70.

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

3 participants