-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support set the limit when list resources by source work client #128
Conversation
/cc @clyang82 @machi1990 |
/hold |
/unhold |
lgtm This should get us going with our use case. |
apiRequest := m.apiClient.DefaultApi.ApiMaestroV1ResourceBundlesGet(context.Background()). | ||
Search(fmt.Sprintf("source = '%s'", m.sourceID)) | ||
Search(fmt.Sprintf("source = '%s'", m.sourceID)). | ||
Page(1). |
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.
I can see other people wanting to configure this as well - but currently the opts doesn't have it but rather a continue field. But it's something to keep in mind on how it could be supported later on.
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.
add a TODO for this
Signed-off-by: Wei Liu <[email protected]>
/ok-to-test |
/retest |
No description provided.