From 40673899f823ef55e95c7f2ec891f365a8c71ce6 Mon Sep 17 00:00:00 2001 From: Kim Minjong Date: Mon, 26 Jul 2021 08:09:05 +0000 Subject: [PATCH] Update hierarchies.rst to notice added third party client. Signed-off-by: Kim Minjong --- docs/hierarchies.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hierarchies.rst b/docs/hierarchies.rst index 5b89e96e..7c506d2a 100644 --- a/docs/hierarchies.rst +++ b/docs/hierarchies.rst @@ -13,9 +13,10 @@ by manipulating their content before it is sent to the Kubernetes API. It does not provide any means to manipulate the Kubernetes resources in the cluster or to directly talk to the Kubernetes API in any other way. Use any of the existing libraries for that purpose, - such as the official `kubernetes client`_, pykorm_, or pykube-ng_. + such as the official `kubernetes client`_, `kubernetes asyncio client`_, pykorm_, or pykube-ng_. .. _kubernetes client: https://github.com/kubernetes-client/python +.. _kubernetes asyncio client: https://github.com/tomplus/kubernetes_asyncio .. _pykorm: https://github.com/Frankkkkk/pykorm .. _pykube-ng: https://github.com/hjacobs/pykube