Skip to content

Commit eeaf4f8

Browse files
authored
Merge pull request #444 from kubernetes-client/roycaihw-patch-1
Update README.md
2 parents 3b5dc66 + a949dde commit eeaf4f8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ supported versions of Kubernetes clusters.
8383

8484
#### Compatibility matrix
8585

86-
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 |
87-
|--------------------|----------------|----------------|----------------|----------------|----------------|
88-
| client-python 1.0 | + || - | - |- |
89-
| client-python 2.0 | + | + || - |- |
90-
| client-python 3.0 | + | + | + ||- |
91-
| client-python 4.0 | + | + | + | + ||
92-
| client-python HEAD | + | + | + | + ||
86+
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 |
87+
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|
88+
| client-python 1.0 | + || - | - |- |- |
89+
| client-python 2.0 | + | + || - |- |- |
90+
| client-python 3.0 | + | + | + ||- |- |
91+
| client-python 4.0 | + | + | + | + ||- |
92+
| client-python 5.0 | + | + | + | + |+ ||
93+
| client-python HEAD | + | + | + | + |+ ||
9394

9495
Key:
9596

@@ -113,6 +114,7 @@ between client-python versions.
113114
| 3.0 | Kubernetes main repo, 1.7 branch ||
114115
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch ||
115116
| 4.0 | Kubernetes main repo, 1.8 branch ||
117+
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch ||
116118

117119

118120
Key:

0 commit comments

Comments
 (0)