It seems like filtering resources in a `list` call currently only works on the cluster level API: ```scala APIs.jobs.list(labelSelector = ...) APIs.namespaces("default").jobs.list // filtering arguments are not available here ``` It would be great if these filtering options could also be propagated into the `NameSpaceAPI`.