Skip to content

Allow filtering when calling list within the NamespaceAPI #487

@sbrunk

Description

@sbrunk

It seems like filtering resources in a list call currently only works on the cluster level API:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions