Fix broken Kubernetes API documentation links#6527
Fix broken Kubernetes API documentation links#6527knative-prow[bot] merged 1 commit intoknative:mainfrom
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 DetailsNeeds 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 DetailsIn 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 DetailsIn 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