From 51aaacaf76346a9226d460201d2690b0b42ddfb6 Mon Sep 17 00:00:00 2001 From: Deepankar Malhan Date: Wed, 15 Jan 2020 06:11:33 -0500 Subject: [PATCH] Update kubernetes-api.md (#17406) * Update kubernetes-api.md Updated the docs to reflect a change that has already been made in v1.14 instead of going to be made in v1.14 with us being at v1.16 now. * Update content/en/docs/concepts/overview/kubernetes-api.md Co-Authored-By: Barnabas Makonda <6409210+makoscafee@users.noreply.github.com> Co-authored-by: Barnabas Makonda <6409210+makoscafee@users.noreply.github.com> --- content/en/docs/concepts/overview/kubernetes-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index d40420dda8..1c6066f4db 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -61,7 +61,7 @@ Kubernetes implements an alternative Protobuf based serialization format for the Prior to 1.14, the Kubernetes apiserver also exposes an API that can be used to retrieve the [Swagger v1.2](http://swagger.io/) Kubernetes API spec at `/swaggerapi`. -This endpoint is deprecated, and will be removed in Kubernetes 1.14. +This endpoint is deprecated, and was removed in Kubernetes 1.14. ## API versioning