Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing the ListTasks filter by name prefix #24

Open
m4nu56 opened this issue Apr 23, 2021 · 0 comments
Open

Implementing the ListTasks filter by name prefix #24

m4nu56 opened this issue Apr 23, 2021 · 0 comments

Comments

@m4nu56
Copy link

m4nu56 commented Apr 23, 2021

Hi, I'd like to thank you for all the work you've made on this TESK project. It's tremendous.

We would like to implement the ListTaks name_prefix filter parameter of the TaskService.

Filter the list to include tasks where the name matches this prefix. If unspecified, no task name filtering is done

I noticed that it doesn't seem to be possible in the built-in methods of Kubernetes CLI nor the java client to filter for a job or pod name matching a prefix.

Do you have plan on implementing this feature already ? And did you already have thought of how you want it to be done ?

For a quick solution I thought of just filtering the tasks returned in Java.

I'll be happy to work on this and open a PR if you're open to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant