Replies: 1 comment
-
|
Hi @jonesbusy there is a prepared CRUDKubernetesBulkDependentResource That uses ResourceID (not string) for you. |
Beta Was this translation helpful? Give feedback.
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.
-
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