-
Notifications
You must be signed in to change notification settings - Fork 243
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
Refactors url List() to use URL Client #4366
Refactors url List() to use URL Client #4366
Conversation
d3124f4
to
9f1e335
Compare
cb231a9
to
83e5d01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
@mik-dass thanks for addressing the requests. 🙇♂️ 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dharmit, mik-dass The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold |
/retest |
/retest |
@mik-dass can you address the conflicts? I'd try to get this in before the end of this Sprint. Also, please remove the hold if things are good. |
It also adds ListCluster() to get urls from the cluster. Signed-off-by: mik-dass <mrinald7@gmail.com>
d1b39c8
to
0f16b05
Compare
Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
* Refactors url List() to use URL Client. It also adds ListCluster() to get urls from the cluster. Signed-off-by: mik-dass <mrinald7@gmail.com> * Adds comments and fixes variable names * Fixes occlient error while creating new URL client
What type of PR is this?
/kind code-refactoring
What does does this PR do / why we need it:
Refactors url List() to use URL Client. It also adds ListCluster() to get urls from the cluster.
Which issue(s) this PR fixes:
Fixes part of #4298
PR acceptance criteria:
Unit test
Integration test
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer: