From 9ad9948e647b70906f16809287a9e2d4592ada16 Mon Sep 17 00:00:00 2001 From: Stewart-YU <30410021+stewart-yu@users.noreply.github.com> Date: Mon, 7 Aug 2017 08:06:09 +0800 Subject: [PATCH] Update kubernetes-api.md The first letter should be capitalized --- docs/concepts/overview/kubernetes-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/overview/kubernetes-api.md b/docs/concepts/overview/kubernetes-api.md index 6307d5b2ec..a3218d8db7 100644 --- a/docs/concepts/overview/kubernetes-api.md +++ b/docs/concepts/overview/kubernetes-api.md @@ -73,9 +73,9 @@ The API group is specified in a REST path and in the `apiVersion` field of a ser Currently there are several API groups in use: -1. the "core" (oftentimes called "legacy", due to not having explicit group name) group, which is at +1. The "core" (oftentimes called "legacy", due to not having explicit group name) group, which is at REST path `/api/v1` and is not specified as part of the `apiVersion` field, e.g. `apiVersion: v1`. -1. the named groups are at REST path `/apis/$GROUP_NAME/$VERSION`, and use `apiVersion: $GROUP_NAME/$VERSION` +1. The named groups are at REST path `/apis/$GROUP_NAME/$VERSION`, and use `apiVersion: $GROUP_NAME/$VERSION` (e.g. `apiVersion: batch/v1`). Full list of supported API groups can be seen in [Kubernetes API reference](/docs/reference/).