-
Notifications
You must be signed in to change notification settings - Fork 235
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
[Question] How to specifiy short names for a resource? #249
Comments
/triage support hey @yaxinlx , take the content of func (s *storageDeepOne) ShortNames() []string {
return []string{"do"}
} |
@yue9944882 what about "customize Server-side printing", currently , the output of |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
As a user, it will be great if we can get support for specifying shortnames. Seems like #283 was pretty close, any update on it? |
for now, we can support shortname/catagory by customizing REST and i added an example by #359. the other pull is breaking underlying api-machinery hierarchy as i reviewed and commented. alternatively, we can support providing shortnames via resources tag like |
I will try this out
That will be nice to have. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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/test-infra repository. |
The docs mentions a resource can have shortNames, but I didn't found a way to do this in code.
The text was updated successfully, but these errors were encountered: