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.
What problem are you facing?
Webhooks are available in Crossplane now and immutability check on
UPDATEaction 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
// +immutabletag and generate the logic automatically.