Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we filter resources by namespace (#842)
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]>
- Loading branch information