Replies: 1 comment
|
Hi @stefanbethke , there is a migration guide: Although not specifies the details rather just mentions what parts are changed. The up to date docs explains the current interface.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there any guide what changes I need to make to my operator when upgrading from v2 to v3? I tried simply bumping the version, and I'm running into API changes that are not obvious to resolve.
Specifically, both implementations of ErrorStatusHandler and EventSourceInitializer in my Reconciler class need to be updated, but I'm not finding docs or examples of what exactly needs to happen there now.
All reactions