Review Comments

This commit is contained in:
raghvenders 2021-02-28 20:40:16 -06:00
parent 2b6074e8ed
commit c77e38066f
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ This section of the Kubernetes documentation contains references.
<!-- body --> <!-- body -->
## Standardized Glossary ## API Reference
* [Glossary](/docs/reference/glossary/) - a comprehensive, standardized list of Kubernetes terminology * [Glossary](/docs/reference/glossary/) - a comprehensive, standardized list of Kubernetes terminology
@ -30,7 +30,7 @@ This section of the Kubernetes documentation contains references.
* [API access control](/docs/reference/access-authn-authz/) - details on how Kubernetes controls API access * [API access control](/docs/reference/access-authn-authz/) - details on how Kubernetes controls API access
* [Well-Known Labels, Annotations and Taints](/docs/reference/kubernetes-api/labels-annotations-taints/) * [Well-Known Labels, Annotations and Taints](/docs/reference/kubernetes-api/labels-annotations-taints/)
## API Client Libraries ## Officially supported client libraries
To call the Kubernetes API from a programming language, you can use To call the Kubernetes API from a programming language, you can use
[client libraries](/docs/reference/using-api/client-libraries/). Officially supported [client libraries](/docs/reference/using-api/client-libraries/). Officially supported

View File

@ -1,5 +1,5 @@
--- ---
title: "CLI" title: "kubectl"
weight: 60 weight: 60
--- ---