From 3385527e110d377d457c0621fe7f08f44e88244a Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Mon, 5 Mar 2018 23:27:52 +0800 Subject: [PATCH] fix description about client library (#7634) --- docs/reference/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/index.md b/docs/reference/index.md index 5b88d5e3d0..8aa452cdf2 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -22,7 +22,13 @@ To call the Kubernetes API from a programming language, you can use client libraries: - [Kubernetes Go client library](https://github.com/kubernetes/client-go/) +<<<<<<< HEAD - [Kubernetes Python client library](https://github.com/kubernetes-client/python) +||||||| merged common ancestors +- [Kubernetes Python client libary](https://github.com/kubernetes-incubator/client-python) +======= +- [Kubernetes Python client library](https://github.com/kubernetes-incubator/client-python) +>>>>>>> fix description about client library (#7634) ## CLI Reference