-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
api: Update field validations for Document
s
#2409
Conversation
This is helping to expose some problems with the current test as well... From a snippet of the error message in the first presubmit run:
you can see that it's attempting to validate a PRR field from a KEP metadata file, which is incorrect. |
It's not incorrect. I do NOT want the all fields to be required:
The validation that I want is: That's why I said that you won't easily be able to do that validation without custom one... |
3f3a7c8
to
096816d
Compare
ff5a7ea
to
c155047
Compare
c155047
to
c1a699e
Compare
0582247
to
ae625e2
Compare
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
8b173e5
to
82b616d
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justaugustus 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 |
/lgtm |
Addresses @wojtek-t's feedback in #2387 (comment).
(This is WIP, but I'm opening the PR and tagging people so you can track progress and see CI go green.)Part of #2348.
Fixes #2470.
Signed-off-by: Stephen Augustus [email protected]
PRR approvers:
@wojtek-t @johnbelamaric @deads2k
cc: @kubernetes/enhancements
ref: https://kubernetes.slack.com/archives/C1L57L91V/p1612288049074600