update README.md

This commit is contained in:
Chao Xu 2017-07-05 15:55:28 -07:00
parent dd636ffdd8
commit 6470a25cda

View File

@ -80,20 +80,21 @@ We will backport bugfixes--but not new features--into older versions of
#### Compatibility matrix #### Compatibility matrix
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | | | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
|---------------------|----------------|----------------|----------------|----------------| |---------------------|----------------|----------------|----------------|----------------|----------------|
| client-go 1.4 | + | ✓ | - | - | | client-go 1.4 | + | ✓ | - | - | - |
| client-go 1.5 | + | + | - | - | | client-go 1.5 | + | + | - | - | - |
| client-go 2.0 | + | + | ✓ | - | | client-go 2.0 | + | + | ✓ | - | - |
| client-go 3.0 beta | + | + | + | ✓ | | client-go 3.0 | + | + | + | ✓ | - |
| client-go HEAD | + | + | + | + | | client-go HEAD | + | + | + | + | + |
Key: Key:
* `✓` Exactly the same features / API objects in both client-go and the Kubernetes * `✓` Exactly the same features / API objects in both client-go and the Kubernetes
version. version.
* `+` client-go has features or api objects that may not be present in the * `+` 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 * `-` The Kubernetes cluster has features the client-go library can't use
(additional API objects, etc). (additional API objects, etc).