Add WithLabel list filter to serving client lib#1054
Add WithLabel list filter to serving client lib#1054knative-prow-robot merged 3 commits intoknative:masterfrom
Conversation
knative-prow-robot
left a comment
There was a problem hiding this comment.
@zroubalik: 1 warning.
Details
In response to this:
Signed-off-by: Zbynek Roubalik zroubali@redhat.com
Description
Adding
WithLabellist filter to serving client lib, which is missing currently. This allows to filter lists by labels.Reference
Fixes #1053
/lint
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.
|
Welcome @zroubalik! It looks like this is your first PR to knative/client 🎉 |
|
Hi @zroubalik. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
rhuss
left a comment
There was a problem hiding this comment.
Thanks ! Looks good, but could you please also add a test to client_test_mock.go and client_test.go ?
Also an entry in CHANGELOG.adoc would be cool
maximilien
left a comment
There was a problem hiding this comment.
Thanks for contributions. Any way to add tests and show how to use this?
|
I have added tests. Let me know if I should add anything else. |
navidshaikh
left a comment
There was a problem hiding this comment.
lgtm, thanks @zroubalik ! can you please finalize the PR with a changelog entry in CHANGELOG.adoc ?
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
|
@navidshaikh Changelog updated, let me know if you need anything else, thanks! |
|
The following is the coverage report on the affected files.
|
|
/retest |
navidshaikh
left a comment
There was a problem hiding this comment.
/lgtm
/approve
thanks @zroubalik for contribution, keep them coming! ;-)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh, zroubalik The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* add WithLabel list filter Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * adding tests Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * update changelog Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* add WithLabel list filter Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * adding tests Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * update changelog Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* Fix for test flake when sync waiting and an intermediate error occurs (#1052) * fix: Cancel error timer on sync wait when a non-error event arrives * chore: Added * Add WithLabel list filter to serving client lib (#1054) * add WithLabel list filter Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * adding tests Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * update changelog Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * Update CHANGELOG Co-authored-by: Roland Huß <roland@ro14nd.de> Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
* Fix for test flake when sync waiting and an intermediate error occurs (#1052) * fix: Cancel error timer on sync wait when a non-error event arrives * chore: Added * Add WithLabel list filter to serving client lib (#1054) * add WithLabel list filter Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * adding tests Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * update changelog Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * Update CHANGELOG Co-authored-by: Roland Huß <roland@ro14nd.de> Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
* add WithLabel list filter Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * adding tests Signed-off-by: Zbynek Roubalik <zroubali@redhat.com> * update changelog Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
Signed-off-by: Zbynek Roubalik zroubali@redhat.com
Description
Adding
WithLabellist filter to serving client lib, which is missing currently. This allows to filter lists by labels.Reference
Fixes #1053
/lint