From cfa004ae6ae34ed6d767f2f6fccb485722918c25 Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Tue, 12 Apr 2022 08:54:35 -0700 Subject: [PATCH] Address more feedback --- content/en/docs/concepts/overview/kubernetes-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index 0ba09e8943..b7ed2e02e4 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -111,13 +111,13 @@ 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 API server for that purpose (`Expires` to 1 year in the future, and `Cache-Control` to `immutable`). When an obsolete URL is -used, the API server will return a redirect to the newest URL. +used, the API server returns a redirect to the newest URL. The Kubernetes API server publishes an OpenAPI v3 spec per Kubernetes group version at the `/openapi/v3/apis//?hash=` endpoint. -Please refer to the table below for accepted request headers. +Refer to the table below for accepted request headers.
Valid request header values for OpenAPI v3 queries