mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +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).