Update backlinks to client libraries page

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2017-07-15 10:57:00 -06:00
committed by Andrew Chen
parent 3c5e457989
commit 28f3cfdd4f
3 changed files with 8 additions and 5 deletions
@@ -124,7 +124,8 @@ with future high-availability support.
### Programmatic access to the API
Kubernetes supports [Go](#go-client) and [Python](#python-client) client libraries.
Kubernetes officially supports [Go](#go-client) and [Python](#python-client)
client libraries.
#### Go client
@@ -145,7 +146,8 @@ as the kubectl CLI does to locate and authenticate to the apiserver. See this [e
#### Other languages
There are [client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) for accessing the API from other languages. See documentation for other libraries for how they authenticate.
There are [client libraries](/docs/reference/client-libraries/) for accessing the API from other languages.
See documentation for other libraries for how they authenticate.
### Accessing the API from a Pod
@@ -116,7 +116,8 @@ with future high-availability support.
### Programmatic access to the API
Kubernetes supports [Go](#go-client) and [Python](#python-client) client libraries.
Kubernetes officially supports client libraries for [Go](#go-client) and
[Python](#python-client).
#### Go client
@@ -167,7 +168,7 @@ for i in ret.items:
#### Other languages
There are [client libraries](https://git.k8s.io/community/contributors/devel/client-libraries.md) for accessing the API from other languages. See documentation for other libraries for how they authenticate.
There are [client libraries](/docs/reference/client-libraries/) for accessing the API from other languages. See documentation for other libraries for how they authenticate.
### Accessing the API from a Pod