-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix broken Kubernetes API documentation links #6527
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
Fix broken Kubernetes API documentation links #6527
Conversation
- Update gen-crd-api-reference-docs config to use current k8s API URL structure - Replace v1.18 API links with current kubernetes.io documentation URLs - Fix Pod v1 core reference link in deploying-from-private-registry.md - Fix Event v1 core reference link in troubleshooting/README.md
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: codeEvolveZenith345, dprotaso The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick release-1.20 |
|
@dprotaso: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
|
@dprotaso: new pull request created: #6529 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-sigs/prow repository. |
Fixes #6525
Updated broken Kubernetes API documentation links from the deprecated v1.18 versioned format to the current Kubernetes API documentation structure.
Links Updated
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#pod-v1-corehttps://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#event-v1-corehttps://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/event-v1/Verification