-
Notifications
You must be signed in to change notification settings - Fork 554
networks: Security groups and sg rules List to accept a Builder #3070
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
networks: Security groups and sg rules List to accept a Builder #3070
Conversation
Allow clients to pass a custom ListOptsBuilder to the List functions for both Security groups and Security group rules.
If I were to guess, I'd say "no particular reason" other than we missed it at the time and no one noticed since. There are 2 more we'll probably want to update while we're at it:
We have the same problem with
We may consider implement a pre-submit check to make sure we don't introduce any more of them. |
@mandre Nice suggestions, thank you. This all looks like a good candidate for v3 |
@pierreprinetti I guess I unintendedly fixed the security groups listOpts builder in the #3092 |
Perfect, thanks @kayrus ! |
@pierreprinetti only for groups :) I haven't fixed rule list |
Allow clients to pass a custom ListOptsBuilder to the List functions for both Security groups and Security group rules.