-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add details for field.Required #11034
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
Conversation
lgtm [merge] |
[Test]ing while waiting on the merge queue |
7c1bf05
to
d3c57ac
Compare
[test] |
re[test] |
flake #11016 and unrelated govet complaints |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9480/) (Image: devenv-rhel7_5101) |
Some fields are only required if other fields have certain values. This patch adds some additional error messaging to inform the user why these fields were necessary. Fixes issue openshift#7118 Signed-off-by: Stephen Gallagher <[email protected]>
d3c57ac
to
d25995e
Compare
Evaluated for origin merge up to d25995e |
#10773 re[test] |
#11094 re[test] |
Evaluated for origin test up to d25995e |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9480/) |
[merge] |
Fixes issue #7118
@deads2k rebased and addressed the remaining feedback in #9198 (comment). Was there anything before this is ready to merge?