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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What problem are you facing?
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.The text was updated successfully, but these errors were encountered: