-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Improve API guidelines for subresources #8130
Comments
@jpbetz: The label(s) In response to this:
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. |
/sig architecture |
That seems like something a gap we should fix? Maybe subresource should be able to (optionally) trigger admission? |
I'm pretty sure that's captured in kubernetes/kubernetes#84530, and has lots of thorny / juicy issues to work through if trying to route requests to a subresource to an admission plugin registered only for the parent resource. |
I'd like to leverage kubernetes/kubernetes#127320 as an opportunity to improve our API guidelines for subresources for future contributors. Let's accumulate knowledge that we should document here.
I'll start with some topics that we've noticed over the last few days:
GetResetFields()
must implemented when fields are ignored.cc @iholder101 @tallclair @thockin @liggitt
The text was updated successfully, but these errors were encountered: