Hi,
A webhook is generally implemented to hook into the k8s admission control.
To react to changes, watch requests are usually enough:
https://kubernetes.io/docs/reference/using-api/api-concepts/#efficient-detection-of-changes
On 23 Mar 2022, at 14:47, Roberto Camelk
mailto:betonetotbo.cam...@
There is a way to create a webhook to listen for Integration CRD changes?
I was looking this
https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
But I do know if this is possible I want to be notified when an
Integration phase changes to "Running" or "Err