mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
A watch of the API can return an api.Status rather than the watched obejct type. This code didn't handle that. Tested with services e2e test (in conjunction with other PR).