-
Notifications
You must be signed in to change notification settings - Fork 3.5k
docs: fix broken CI badge and outdated links in README #2522
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| # Kubernetes Python Client | ||
|
|
||
| [](https://github.com/kubernetes-client/python/actions/workflows/test.yml) | ||
| [](https://github.com/kubernetes-client/python/actions/workflows/test.yaml) | ||
| [](https://badge.fury.io/py/kubernetes) | ||
| [](https://codecov.io/gh/kubernetes-client/python "Non-generated packages only") | ||
| [](https://pypi.python.org/pypi/kubernetes) | ||
| [](http://bit.ly/kubernetes-client-capabilities-badge) | ||
| [](http://bit.ly/kubernetes-client-support-badge) | ||
| [](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md) | ||
| [](https://github.com/kubernetes/client-go#compatibility) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why pointing to https://github.com/kubernetes/client-go#compatibility ?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here too I replaced the broken bit.ly link which was returning a 404. I pointed it to the client-go compatibility section as a general reference for Kubernetes client support levels. However, if there is a more appropriate Python-specific compatibility document or a table within this repository you'd prefer I link to, please let me know and I will update it immediately.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| Python client for the [kubernetes](http://kubernetes.io/) API. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why pointing to https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.