Hi there,
I’m having trouble discovering how to simply patch a custom resource that is already defined and running in our namespace using the client-java SDK.
Let’s say I have a resource called myResource and it is “live”. I just need the ability to patch it with some new data, in order for our operator to detect that change and trigger a worfklow.
Any help?
Thanks