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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: