From 6470a25cda1e82de5d9784b1c6de08059200a2b5 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 5 Jul 2017 15:55:28 -0700 Subject: [PATCH] update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 48fe02fa..e1c812e6 100644 --- a/README.md +++ b/README.md @@ -80,20 +80,21 @@ We will backport bugfixes--but not new features--into older versions of #### Compatibility matrix -| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | -|---------------------|----------------|----------------|----------------|----------------| -| client-go 1.4 | + | ✓ | - | - | -| client-go 1.5 | + | + | - | - | -| client-go 2.0 | + | + | ✓ | - | -| client-go 3.0 beta | + | + | + | ✓ | -| client-go HEAD | + | + | + | + | +| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | +|---------------------|----------------|----------------|----------------|----------------|----------------| +| client-go 1.4 | + | ✓ | - | - | - | +| client-go 1.5 | + | + | - | - | - | +| client-go 2.0 | + | + | ✓ | - | - | +| client-go 3.0 | + | + | + | ✓ | - | +| client-go HEAD | + | + | + | + | + | Key: * `✓` Exactly the same features / API objects in both client-go and the Kubernetes version. * `+` client-go has features or api objects that may not be present in the - Kubernetes cluster, but everything they have in common will work. + Kubernetes cluster. alpha/beta api present in the kubernetes cluster may not + be supported by client-go. Everything they have in common will work. * `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, etc).