-
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
Allow annotation selector to match annotation values #10896
Conversation
cc @deads2k |
LGTM but want david's sign off. Will move to 1.3.0 before i cut the release. |
[test] |
if err != nil { | ||
return nil, err | ||
} | ||
annotationSelector = selector.AnnotationSelector |
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.
Do we need to make a copy of the map here?
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.
Probably to be safe.
Evaluated for origin test up to 1575920 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8844/) |
lgtm |
[merge] |
Evaluated for origin merge up to 1575920 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8849/) (Image: devenv-rhel7_5011) |
Fixes server-side matching for #10877
CLI specification of annotation selector still needs fixing