-
Notifications
You must be signed in to change notification settings - Fork 792
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
Implement ListSnapshot #233
Comments
Is anyone working on this? I'd like to take it on. |
/assign @zacharya |
@leakingtapan: GitHub didn't allow me to assign the following users: zacharya. Note that only kubernetes-sigs members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time. 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. |
I'm ready to put in a PR for this, just have one question: The CSI spec allows Do we want to do the same thing with values greater than 1000? One approach there would be to facilitate multiple calls, but there is currently no upper limit to |
What's the
After trim, the next time
I feel this way is better. @bertinatto how do you think? |
When it's less than 5, it will return an Between 2 and 4 is tough. This is where some type of state comes in. I'm not sure I have a good idea here. Maybe using some type of custom Agreed that capping our response to 1000 entries is the better approach. |
@bertinatto Any thoughts here? |
I'm fine with keeping it simple by returnning gRPC |
…lly-for-CVE-2023-37788 OCPBUGS-16491: UPSTREAM: <drop>: Bump goproxy to resolve CVE-2023-37788
Is your feature request related to a problem? Please describe.
As a follow up to #25
/cc @tsmetana
The text was updated successfully, but these errors were encountered: