-
Hi! I would like to implement the Operator I implemented in update modes (instead of just create and deletion). AFAIK all resource updates should go into Reconciler's reconcile method, but it doesn't look clear to me how to update Dependent Resources etc. Can someone guide me? Thanks very much! |
Beta Was this translation helpful? Give feedback.
Answered by
metacosm
Nov 17, 2022
Replies: 1 comment 5 replies
-
Your |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
juangon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your
DependentResource
implementations need to implement theUpdater
interface and they will be automatically updated when needed by JOSDK.