-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
util package: Make functions that fetch/filter many Machines consistent with one another #2062
Comments
@dlipovetsky: The label(s) 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. |
util
package consistent with one another
@dlipovetsky: The label(s) 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. |
|
/help |
@vincepri: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
/priority backlog |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
/assign |
@pydctw Are you going to work on this issue? |
/priority important-longterm |
|
/unassign |
@CecileRobertMichon, does #4160 fixes this problem? |
It doesn't. I can take that one separately though since I'm already in that area. /assign |
/lifecycle active |
The
util
package has functions that fetch or filter many machines. Some functions use theclusterv1.MachineList
type, others use[]*clusterv1.Machine
. Let's standardize on one.(Issue came out this discussion: #2037 (comment))
/priority important/long-term
The text was updated successfully, but these errors were encountered: