From b05f84778bf49a5360458e44bee7dda411d4cea1 Mon Sep 17 00:00:00 2001 From: Pankaj Kumar Date: Sat, 31 Oct 2020 11:46:33 +0530 Subject: [PATCH] Updated _index.md to remove duplicate lines Removed duplicate lines in the documentation. --- content/en/docs/reference/using-api/_index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/en/docs/reference/using-api/_index.md b/content/en/docs/reference/using-api/_index.md index 8dc81fe549..df9e00758e 100644 --- a/content/en/docs/reference/using-api/_index.md +++ b/content/en/docs/reference/using-api/_index.md @@ -31,13 +31,6 @@ For general background information, read describes how clients can authenticate to the Kubernetes API server, and how their requests are authorized. - - -The REST API is the fundamental fabric of Kubernetes. All operations and -communications between components, and external user commands are REST API -calls that the API Server handles. Consequently, everything in the Kubernetes -platform is treated as an API object and has a corresponding entry in the -API. ## API versioning