-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Errouneous link for [object] type in V1RollingUpdateDeployment and V1HTTPGetAction pages #2199
Comments
The documentation is generated from upstream k/k openapi spec. This needs to be fixed in the upstream |
Hi, is this issue still open. Can I have the opportunity to work on this issue. |
Yes please feel free to assign this issue to yourself. |
Hi @roycaihw , does this issue appear to stem from the |
Yes this documentation is generated based on the upstream openapi spec: https://github.com/kubernetes/kubernetes/tree/master/api/openapi-spec. Could you verify if the upstream has the proper type defined for the fields (not an |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Hi @roycaihw, The documentation link issue appears to be caused by incorrect type translation in the OpenAPI generator. Specific findings:
Suggested fix: The OpenAPI generator should maintain the specific type reference (IntOrString) instead of converting it to a generic 'object' type. This would allow proper documentation linking and type information in the generated Python client. Can you please provide feedback and help me to proceed with this issue. My sincere apologies once again for the late repsonse. Thank you |
/remove-lifecycle stale |
Link to the issue (please include a link to the specific documentation or example):
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1RollingUpdateDeployment.md
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1HTTPGetAction.md
Description of the issue (please include outputs or screenshots if possible):
Object type link point to https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/.md which returns a 404
The text was updated successfully, but these errors were encountered: