Replies: 1 comment 4 replies
-
Hi @wylswz , in v5 the status will be handled with SSA, which should avoid conflicts. For now you can do it as you said just on your own in reconciliation.
I have no clue what is
Dependent resources already use SSA, it should not happen, what version of framework are you using? |
Beta Was this translation helpful? Give feedback.
-
Conflict may happen during status update, is it possible to allow specifying resolution strategies such like
Currently I'm doing this by my self and return a
UpdateControl.noUpdate()
inreconcile()
method, however, if my status implementsObservedGenerationAwareStatus
, there's an implicit update...Same thing applies to
ObservedGenerationAwareStatus
as well. Currently I have to overrideupdate()
method and invoke my own updater. It would be really nice if there's a declarative way to do this.Beta Was this translation helpful? Give feedback.
All reactions