You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This got removed in a recent PR but should not have.
When querying namespaced resources you need the field selector
set. This is not something that can easily be tested in unit tests
since that logic happens on the server side and mocks would not
hit that code.
Fixes#839
Signed-off-by: John Schnake <[email protected]>
What steps did you take and what happened:
What did you expect to happen:
Each namespace query should only result in items from its namespace
Anything else you would like to add:
This was repeated for other types/namespaces, not just pods/heptio-sonobuoy
Environment:
The text was updated successfully, but these errors were encountered: