-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-5073: Add DV-only implementation details and update stability levels #5631
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
/assign @aaron-prindle @jpbetz |
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Show resolved
Hide resolved
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Show resolved
Hide resolved
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Outdated
Show resolved
Hide resolved
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Outdated
Show resolved
Hide resolved
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Outdated
Show resolved
Hide resolved
keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md
Outdated
Show resolved
Hide resolved
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.
/approve
/lgtm
Thanks for nailing down the tag stability level details!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpbetz, lalitc375 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 |
https://github.com/kubernetes/enhancements/issues/5073
+k8s:declarativeValidationNative
tag: Adds a new field-level tag to assert that a field's validation is handled exclusively by other stable+k8s:
validation tags. Thevalidation-gen
tool will enforce that only stable tags are used with this marker and will fail if a field with this tag uses an Alpha or Beta validation tag.