We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13cb51a + 1d9a694 commit 2afb0afCopy full SHA for 2afb0af
content/en/docs/concepts/overview/kubernetes-api.md
@@ -86,7 +86,7 @@ Without indicating the resource type using the `Accept` header, the default
86
response for the `/api` and `/apis` endpoint is an unaggregated discovery
87
document.
88
89
-The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-v{{< skew currentVersion >}}/api/discovery/aggregated_v2.json)
+The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2.json)
90
for the built-in resources can be found in the Kubernetes GitHub repository.
91
This Github document can be used as a reference of the base set of the available resources
92
if a Kubernetes cluster is not available to query.
0 commit comments