API Overview page contains broken links #44375
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Bug Report
Problem:
API Overview page contains the following broken links:
Consequently, everything in the Kubernetes platform is treated as an API object and has a corresponding entry in the API.
The Kubernetes API reference lists the API for Kubernetes version v1.29.
The named groups are at REST path /apis/$GROUP_NAME/$VERSION and use apiVersion: $GROUP_NAME/$VERSION (for example, apiVersion: batch/v1). You can find the full list of supported API groups in Kubernetes API reference.
Proposed Solution:
Fix the broken links
Page to Update:
https://kubernetes.io/docs/reference/using-api/
The text was updated successfully, but these errors were encountered: