-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix ClusterNetwork REST GetAttrs #14853
Conversation
Signed-off-by: Monis Khan <mkhan@redhat.com>
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.
Changes look good to me, i there a way to have a test to ctach something like this in future ?
Probably want to consider a different option, like reflecting through the object to create the map. |
LGTM [severity:blocker] |
[merge] |
Evaluated for origin test up to 16f8f30 |
😨 how come we missed it... sigh |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2554/) (Base Commit: 4917a3e) (PR Branch Commit: 16f8f30) |
Evaluated for origin merge up to 16f8f30 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1121/) (Base Commit: d41a748) (PR Branch Commit: 16f8f30) (Extended Tests: blocker) (Image: devenv-rhel7_6396) |
@soltysh we used the wrong
GetAttrs
func during the move toCompleteWithOptions
.Signed-off-by: Monis Khan mkhan@redhat.com
[test]
@deads2k @liggitt PTAL