mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-04 18:56:21 +00:00
update README.md
This commit is contained in:
parent
dd636ffdd8
commit
6470a25cda
17
README.md
17
README.md
@ -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).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user