File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/overview Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ are provided in the following format:
109
109
110
110
The relative URLs are pointing to immutable OpenAPI descriptions, in
111
111
order to improve client-side caching. The proper HTTP caching headers
112
- are also set by the apiserver for that purpose (`Expire ` to 1 year in
112
+ are also set by the API server for that purpose (`Expires ` to 1 year in
113
113
the future, and `Cache-Control` to `immutable`). When an obsolete URL is
114
- used, the apiserver will return a redirect to the newest URL.
114
+ used, the API server will return a redirect to the newest URL.
115
115
116
- The Kubernetes API server proxies an OpenAPI v3 spec per Kubernetes
116
+ The Kubernetes API server publishes an OpenAPI v3 spec per Kubernetes
117
117
group version at the `/openapi/v3/apis/<group>/<version>?hash=<hash>`
118
118
endpoint.
119
119
You can’t perform that action at this time.
0 commit comments