@@ -82,19 +82,15 @@ supported versions of Kubernetes clusters.
82
82
83
83
#### Compatibility matrix
84
84
85
- | | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
86
- | --------------------| ----------------| ----------------| ----------------| ----------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87
- | client-python 1.0 | ✓ | - | - | - | - | - | - | - | - | - |
88
- | client-python 2.0 | + | ✓ | - | - | - | - | - | - | - | - |
89
- | client-python 3.0 | + | + | ✓ | - | - | - | - | - | - | - |
90
- | client-python 4.0 | + | + | + | ✓ | - | - | - | - | - | - |
91
- | client-python 5.0 | + | + | + | + | ✓ | - | - | - | - | - |
92
- | client-python 6.0 | + | + | + | + | + | ✓ | - | - | - | - |
93
- | client-python 7.0 | + | + | + | + | + | + | ✓ | - | - | - |
94
- | client-python 8.0 | + | + | + | + | + | + | + | ✓ | - | - |
95
- | client-python 9.0 | + | + | + | + | + | + | + | + | ✓ | - |
96
- | client-python 10.0 | + | + | + | + | + | + | + | + | + | ✓ |
97
- | client-python HEAD | + | + | + | + | + | + | + | + | + | ✓ |
85
+ | | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
86
+ | --------------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87
+ | client-python 5.0 | ✓ | - | - | - | - | - |
88
+ | client-python 6.0 | + | ✓ | - | - | - | - |
89
+ | client-python 7.0 | + | + | ✓ | - | - | - |
90
+ | client-python 8.0 | + | + | + | ✓ | - | - |
91
+ | client-python 9.0 | + | + | + | + | ✓ | - |
92
+ | client-python 10.0 | + | + | + | + | + | ✓ |
93
+ | client-python HEAD | + | + | + | + | + | ✓ |
98
94
99
95
Key:
100
96
@@ -110,14 +106,6 @@ between client-python versions.
110
106
111
107
| Client version | Canonical source for OpenAPI spec | Maintenance status |
112
108
| -----------------| --------------------------------------| -------------------------------|
113
- | 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch | ✗ |
114
- | 1.0.x | Kubernetes main repo, 1.5 branch | ✗ |
115
- | 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch | ✗ |
116
- | 2.0.x | Kubernetes main repo, 1.6 branch | ✗ |
117
- | 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch | ✗ |
118
- | 3.0 | Kubernetes main repo, 1.7 branch | ✗ |
119
- | 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
120
- | 4.0 | Kubernetes main repo, 1.8 branch | ✗ |
121
109
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ |
122
110
| 5.0 | Kubernetes main repo, 1.9 branch | ✗ |
123
111
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ |
0 commit comments