Replies: 2 comments 1 reply
-
|
Hi @jonesbusy there is a prepared CRUDKubernetesBulkDependentResource That uses ResourceID (not string) for you. |
Beta Was this translation helpful? Give feedback.
-
|
An other point that I noted (And that I don't fully understand) after adding the I was not using the Before 5.2.0 the create method was called when the desired state of the resource didn't the actual state (from the fetch) This was ok for my case because it was idempotent Now I'm force to implement Is it possible that previous behavior the Thanks or the hints (this help me understand better the upgrade) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I understand that the 5.2 has some breaking changes, but it's not clear in my situation (Even after reading https://javaoperatorsdk.io/docs/migration/v5-2-migration/)
I have multiple Kubernetes Bulk dependent defined as
After 5.2 migration I understand I need to pass a String resource ID
But then I'm force to implement the following
I'm not sure if I'm missing something on the class hierarchy but I don't need to change anything related to delete behavior of dependent
I guess one of the solution is to implement
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions