-
Notifications
You must be signed in to change notification settings - Fork 492
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
Decide if kind should be renamed to resource #816
Comments
xref #689 |
As referenced in #689, I think kubernetes/community#5748 (comment) is probably the best summary of the rationale for this change, will continue to follow up on this one. |
I think the biggest thing we, as a community will need to do, is do more education of what users will actually need to put in there. Usually it's lower-case, pluralised, instead of Initialcase, so we should probably put in some examples in the docs for the field. |
Followed up on mailing lists: https://groups.google.com/g/kubernetes-sig-architecture/c/WhHTjTDzcQg |
Working on update to API conventions: kubernetes/community#5973 |
Feels like we agreed that, as long as the API conventions update goes in, we will not be changing Kind to Resource. Other maintainers thoughts? |
API conventions have been updated (kubernetes/community#5973), I think the only remaining step is to document why we chose Kind over Resource and more importantly, what that means for implementations of this API. |
/assign |
What would you like to be added:
Rename kind to resource for object references as per API conventions: https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/2336-OwnerReference-resource-field/README.md
Why this is needed:
Upstream API conventions recommend "resource" over "kind"
Concerns
Some concerns were raise in the community meeting (not exhaustive):
The text was updated successfully, but these errors were encountered: