From 1acf620458b196b91ba66d5dfe4f7d387cf4ca13 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 19 Apr 2017 14:23:19 -0700 Subject: [PATCH] Add link to /docs/reference from API overview guide (#3452) Signed-off-by: Ahmet Alp Balkan --- docs/concepts/overview/kubernetes-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/concepts/overview/kubernetes-api.md b/docs/concepts/overview/kubernetes-api.md index 0358f2d1e4..9dfe5a8501 100644 --- a/docs/concepts/overview/kubernetes-api.md +++ b/docs/concepts/overview/kubernetes-api.md @@ -10,6 +10,8 @@ Primary system and API concepts are documented in the [User guide](/docs/user-gu Overall API conventions are described in the [API conventions doc](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/devel/api-conventions.md). +API endpoints, resource types and samples are described in [API Reference](/docs/reference). + Remote access to the API is discussed in the [access doc](/docs/admin/accessing-the-api). The Kubernetes API also serves as the foundation for the declarative configuration schema for the system. The [Kubectl](/docs/user-guide/kubectl) command-line tool can be used to create, update, delete, and get API objects.