Skip to content

Commit 5d0df1e

Browse files
committed
doc: bootstrapped Migration from v6.x to v7.x guide
1 parent 0dc2ded commit 5d0df1e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

doc/MIGRATION-v6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To use it, exclude the `kubernetes-httpclient-okhttp` dependency and add the `ku
6363
### Package Changes
6464

6565
- Readiness/OpenShiftReadiness moved from client.internal.readiness to client.readiness
66-
- client.utils classes including Base64, CreateOrReplaceHelper, DeleteOrCreateHelper, OptionalDendencyWrapper, etc. are not in the -api jar, they are still in the -client jar under utils.internal.
66+
- client.utils classes including Base64, CreateOrReplaceHelper, DeleteOrCreateHelper, OptionalDependencyWrapper, etc. are not in the -api jar, they are still in the -client jar under utils.internal.
6767
- Some other effectively internal classes in dsl.base and other packages were moved to corresponding internal packages - it is unlikely this will affect you unless you developed a custom extension. Extension development can now be done exclusively against the api, please see the previous section.
6868

6969
## Default Maps

doc/MIGRATION-v7.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Migration from 6.x to 7.x
2+
3+
## Contents
4+
5+
6+
> [!NOTE]
7+
> If you encounter any problems with the following "Migration from 6.x to 7.x" instructions, please let us know by creating an issue in our [GitHub repository](https://github.com/fabric8io/kubernetes-client/issues).
8+
>
9+
> We value your feedback and will work to address your issue promptly.
10+
> Your contribution is essential to improving our documentation, making our migration process smoother for everyone!

0 commit comments

Comments
 (0)