From ef2b9f763225f0aa2b49d89049278e455d9b0e60 Mon Sep 17 00:00:00 2001 From: Hui Yu Date: Sat, 22 Jan 2022 10:44:41 +0800 Subject: [PATCH] doc: fix the name of client --- docs/versioning-and-compatibility.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/versioning-and-compatibility.md b/docs/versioning-and-compatibility.md index c10f986..bf39c20 100644 --- a/docs/versioning-and-compatibility.md +++ b/docs/versioning-and-compatibility.md @@ -14,11 +14,11 @@ The C client uses Semantic Versioning. We increment the major version number whe Key: -* `✓` Exactly the same features / API objects in both java-client and the Kubernetes +* `✓` Exactly the same features / API objects in both the C client and the Kubernetes version. -* `+` c-client has features or api objects that may not be present in the +* `+` The C 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 c-client library can't use +* `-` The Kubernetes cluster has features the C client library can't use (additional API objects, etc). * `x` The Kubernetes cluster has no guarantees to support the API client of this version, as it only promises _n_-2 version support. It is not tested,