You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Python client will be generated by openapi-generator, with the following breaking changes [kubernetes-client/gen#97](https://github.com/kubernetes-client/gen/pull/97)
7
+
-`kubernetes.client.apis` package is renamed to `kubernetes.client.api`
8
+
-`kubernetes` package code now uses absolute import instead of relative import
9
+
- API requests won't have `Content-Type` specified in HTTP headers
10
+
- The `swagger_types` attribute in all models is renamed to `openapi_types`
11
+
5
12
# v10.0.0
6
13
**Bug Fix:**
7
14
- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79)
0 commit comments