-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add shortnames field in kube::discovery::ApiResource #1002
Comments
Thanks for the issue! This is an oversight on our end. It should have been added when we made |
If possible I would like to work on this. From a quick glance it looks like I need to:
Does that sound about right? |
I think shortname should go into
On the other hand, ApiCapabilities was initially designed exactly for all those discovered things which are not that essential (like resource scope or supported verbs) |
Interesting, I think it makes more sense to include short names as an I don't think short names belong in I am of course not intimately familiar with the project so feel free to correct me. :) |
Slow response on this, but the question on where to put this was not immediately obvious. Have written a larger thing in #1036 on direction for these two structs. I'll wait a little bit to see what others say about it, but my vote is to put this as an |
Because of how close this was and how much restructuring was required, I ended up doing the two lines necessary on top of it in #1038 to make sure the abstraction was sound. Going to unmark as help wanted. Sorry. |
No worries, that makes sense. |
Would you like to work on this feature?
No response
What problem are you trying to solve?
Use shortnames like kubectl request
Describe the solution you'd like
support shortname in resolve_api_resource function
Describe alternatives you've considered
Not yet.
Documentation, Adoption, Migration Strategy
No response
Target crate for feature
kube-core
The text was updated successfully, but these errors were encountered: