From 06ca6992e0b40af883cb186bcff9a8239545a152 Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Mon, 13 Aug 2018 20:20:09 +0300 Subject: [PATCH] s/python/Go/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d8a900..acb0cbe 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ supported versions of Kubernetes clusters. Key: -* `✓` Exactly the same features / API objects in both client-python and the Kubernetes +* `✓` Exactly the same features / API objects in both Go client and the Kubernetes version. -* `+` client-python has features or api objects that may not be present in the +* `+` Go client has features or api objects that may not be present in the Kubernetes cluster, but everything they have in common will work. -* `-` The Kubernetes cluster has features the client-python library can't use +* `-` The Kubernetes cluster has features the Go client library can't use (additional API objects, etc). ## Contributing