mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Move watch to being a resthandler resource and expose it on LIST
GET /pods?watch=true&resourceVersion=10 will now function equivalent to GET /watch/pods.
This commit is contained in:
@@ -570,6 +570,7 @@ __EOF__
|
||||
curl -s "http://127.0.0.1:${API_PORT}/swaggerapi/api/${version}" > "${file}"
|
||||
[[ "$(grep "list of returned" "${file}")" ]]
|
||||
[[ "$(grep "list of pods" "${file}")" ]]
|
||||
[[ "$(grep "watch for changes to the described resources" "${file}")" ]]
|
||||
fi
|
||||
|
||||
kube::test::clear_all
|
||||
|
Reference in New Issue
Block a user