Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17ebe10

Browse files
committed
document breaking changes from openapi-generator
1 parent a073097 commit 17ebe10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
**New Feature:**
33
- Add dynamic client [kubernetes-client/python-base#56](https://github.com/kubernetes-client/python-base/pull/56)
44

5+
**Breaking Change:**
6+
- 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+
512
# v10.0.0
613
**Bug Fix:**
714
- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79)

0 commit comments

Comments
 (0)