mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 02:19:27 +00:00
Automatic merge from submit-queue (batch tested with PRs 41421, 41440, 36765, 41722) Use watch param instead of deprecated /watch/ prefix Switches clients to use watch param instead of /watch/ prefix ```release-note Clients now use the `?watch=true` parameter to make watch API calls, instead of the `/watch/` path prefix ```