From ca0a2df7b75c60c1e68354e4d2f9f053e7307895 Mon Sep 17 00:00:00 2001 From: Jefftree Date: Mon, 11 Apr 2022 16:51:24 -0700 Subject: [PATCH] Address comments --- content/en/docs/concepts/overview/kubernetes-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index 47b31ef509..0ba09e8943 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -109,11 +109,11 @@ are provided in the following format: The relative URLs are pointing to immutable OpenAPI descriptions, in order to improve client-side caching. The proper HTTP caching headers -are also set by the apiserver for that purpose (`Expire` to 1 year in +are also set by the API server for that purpose (`Expires` to 1 year in the future, and `Cache-Control` to `immutable`). When an obsolete URL is -used, the apiserver will return a redirect to the newest URL. +used, the API server will return a redirect to the newest URL. -The Kubernetes API server proxies an OpenAPI v3 spec per Kubernetes +The Kubernetes API server publishes an OpenAPI v3 spec per Kubernetes group version at the `/openapi/v3/apis//?hash=` endpoint.