-
Notifications
You must be signed in to change notification settings - Fork 257
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
Objects filtering #684
Comments
This would be very useful to have. |
/assign |
Tracker for --field-selector in different list commands
|
this adds a --field-selector option to allow to do some filtering as what we have on kubectl. Issue tektoncd#684 Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
this adds a --field-selector option to allow to do some filtering as what we have on kubectl. Issue tektoncd#684 Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
this adds a --field-selector option to allow to do some filtering as what we have on kubectl. Issue tektoncd#684 Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
this adds a --field-selector option to allow to do some filtering as what we have on kubectl. Issue tektoncd#684 Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@sm43: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We have some prior discussion about filtering in this issue :
#617
or this PR:
#608
The commands that needs to list match multiple objects (object as Pipeline, Task, etc...) are :
list
,delete
There is a great feature implemented in kubectl called
FieldSelection
where you can do fancy things like this on the yaml :Since it's exposed in client-go i have started added it but realised only after that It is unfortunately a server side thing that doesnt seem to be implemented for tekton and could not make it work with kubectl.
And more and more I experimented with it more it was limited since some stuff are not possible (like or and etc...)
so i guess we are down to implement our own :(
/kind feature
/kind question
The text was updated successfully, but these errors were encountered: