-
Notifications
You must be signed in to change notification settings - Fork 220
docs: migration guide to v3 #1088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f2aa6ed
to
92bfafd
Compare
9a47bff
to
1297ec5
Compare
This is quick list, will add continuously other other if I find one. |
docs/documentation/v3-migration.md
Outdated
to a default name. | ||
- [InformerEventSource](https://github.com/java-operator-sdk/java-operator-sdk/blob/92bfafd8831e5fb9928663133f037f1bf4783e3e/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSource.java#L75-L75) | ||
constructor changed to reflect additional functionality in a non backwards compatible way. But should be trivial to | ||
migrate based on the new API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saying it's trivial doesn't really help users. We should probably show how to migrate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated. added link for usage, and the configuration. The API is self explanatory, and should be very easy to migrate based on those.
...k-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>
…tor/api/reconciler/ControllerConfiguration.java Co-authored-by: Chris Laprun <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
No description provided.