-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen #5074
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
KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen #5074
Conversation
73f9dcd to
fdcec1b
Compare
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/kep.yaml
Show resolved
Hide resolved
|
/label lead-opted-in |
996751a to
b31c75f
Compare
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Outdated
Show resolved
Hide resolved
b31c75f to
c1bce5a
Compare
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Show resolved
Hide resolved
ab4fe70 to
68fe8c5
Compare
e120fb9 to
0f7fb65
Compare
0f7fb65 to
3492567
Compare
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Outdated
Show resolved
Hide resolved
961e3df to
c831278
Compare
c831278 to
b55057c
Compare
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Show resolved
Hide resolved
|
/lgtm /hold holding for other reviewers, but without a nak I plan to merge tomorrow. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aaron-prindle, deads2k, jpbetz, thockin 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 |
…dation-gen (kubernetes#5074) * KEP-5073: Declarative Validation of Kubernetes Native Types With validation-gen * resolving KEP comments * resolving KEP comments round kubernetes#2 * resolving KEP comments round kubernetes#3 * update KEP-5073 to clarify migration details * fix prototype link in a # of places * Propose a runtime verification check * Update TOC * move runtime check section * plumb DeclarativeValidationMismatchMetrics feature gate through KEP * resolving KEP comments round kubernetes#4 * update reviewers and approvers * resolving KEP comments round kubernetes#5 * resolving KEP comments round kubernetes#6 * remove recommended and unresovled from zero values + defaulting section * fix metric name --------- Co-authored-by: yongruilin <[email protected]> Co-authored-by: Joe Betz <[email protected]>
One-line PR description: Implement declarative validation of Kubernetes native types using
validation-gento generate validation code.Issue link: #5073