-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Cleanup: Remove redundant detail messages in field.Required #132472
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
|
Welcome @xiaoweim! |
Hi @xiaoweim. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
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.
Thanks for fixing this issue!
I left a small question.
Could you also tidy up the PR description a bit (the issue link section)?
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
c62c974
to
49ed6ee
Compare
/test pull-kubernetes-unit-windows-master |
/retest |
f5a927d
to
034123d
Compare
034123d
to
8632257
Compare
/lgtm |
LGTM label has been added. Git tree hash: f4523be69e7e6a8c75f725931fab3958c3d51d7a
|
/assign @thockin |
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.
Thanks!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: thockin, xiaoweim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
/sig architecture
What this PR does / why we need it:
This pull request addresses issue #111698 by removing redundant detail messages from field.Required calls throughout the repository.
Many validation checks used messages that simply stated a field was "required" or "must be set". This is unnecessary, as the error type field.Required already conveys that information.
Which issue(s) this PR is related to:
xref 111698
Special notes for your reviewer:
Here is the list of all the instances of
field.Required
: https://gist.github.com/xiaoweim/cf96a57089939ebed8d9dfcffcd0b991Does this PR introduce a user-facing change?