You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webhooks are available in Crossplane now and immutability check on UPDATE action is implemented manually for each field.
How could Crossplane help solve your problem?
Similar to reference resolver generation, we can have a generator in crossplane-tools that will scan the fields for // +immutable tag and generate the logic automatically.
janwillies, mariomalinditex, migueladh, afirth and roimor